开发者

MFC CRT Order Linker Problem

开发者 https://www.devze.com 2022-12-10 23:11 出处:网络
I have exactly the problem described here (i\'m getting those linker errors when trying to add MFC to my project):

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!


Did you 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 ?


You should add ";$(LibraryPath)" into Project Properties -> VC++ Directories menu Library Directories item.

0

精彩评论

暂无评论...
验证码 换一张
取 消