VC下cannot open file "mfc42u.lib" 出错的解决方法

出错信息: fatal error LNK1104: cannot open file "mfc42u.lib"""

缺少VC的unicode支持库.

在vc安装盘中找到MFC42U.LIB , MFCS42U.LIB,把其复制到

C:\Program Files\Microsoft Visual Studio\VC98\MFC\Lib

重编译即可.

Comments (1)

cyndy11月 25th, 2008 at 2:08 下午

谢谢

Leave a comment

Your comment