First, check in the project properties -> Linker -> input that Ignore all default libraries is not set to Yes.
Second, It is to do the way you are linking with MFCs.
In the projet properties -> Configuration properties -> General -> Use of MFC set Use MFCs in a static library.
Good luck.
Main Topics
Browse All Topics





by: jkrPosted on 2009-10-08 at 11:15:47ID: 25528374
Can you post the build commands (full) for both the lib and your program (for compiling AND linking)?