tags:

views:

96

answers:

1

Hey there!

I have exactly the problem described here (i'm getting those linker errors when trying to add MFC to my project): http://support.microsoft.com/?scid=kb%3Ben-us%3B148652&x=8&y=9

however - if I follow the solution and enter nafxcwd.lib; libcmtd.lib into 'ignore libraries' as well as 'additional dependencies', then i'll get a

fatal error LNK1104: Cannot open File "nafxcwd.lib;"

what could be the problem? Thanks!

A: 

Did not your forget to add these libs to Object/library edit box? Or 'additional dependencies' is what used to be "Object/library modules" in Visual Studio 6.0 ?

BostonLogan