c++ - VS 2010 build issue : reference issue -


i have solution multiple projects.

few common folders bin/lib/include e.g. exported lib in lib folder, executable in bin folder , header in include

example

solution - s project a1 - dll project a2 - exe ... project an

project a2 dependent on proj a1

i have build complete solution , deleted except sdk(bin\lib\include) folder. because big solution utilize exported sdk , build application

now have taken complete code (a1, a2, ... an) , opened project a2,

but when build gives me following error cannot open input file 'c:\code\development\src\a2\debug7\a1.lib'

why not picking library common lib folder.

it working fine in vs 2008, after upgrade 2010 never worked.

my guess might still have code version of a1 in references folder of a2 project. it's check, in case.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -