Hi, I have a created a solution on Visual C++ 2008 Express that has 3 projects inside it. Project A generates a static library (A.lib), project B references A and generates a dynamic library (B.dll) and project C references both A and B and generates an executable (C.exe).
The problem is that whenever I try to compile the solution I get the following error:
I have included project A's output folder in project C's Linker property: "Additional Library Directories".
What should I do to compile this program correctly.
Thanks,
Komyg
The problem is that whenever I try to compile the solution I get the following error:
Code:
.\stdafx.cpp : fatal error C1113: #using failed on 'c:\itautec\central biometrica\c++\testebiometria\framework\output\A.lib'
I have included project A's output folder in project C's Linker property: "Additional Library Directories".
What should I do to compile this program correctly.
Thanks,
Komyg