LINK : fatal error LNK1104: cannot open file "mfc42ud.lib"
·
编译没问题,可连接的时候出现LINK : fatal error LNK1104: cannot open file "mfc42ud.lib" 错误,这个错误是因为缺少Unicode的支持文件,在装VC++的时候是选装的,但默认是不装的。
解决方法:1、重新安装VC++,选择支持Unicode。
2、从网上下载mfc42ud.lib和mfc42ud.dll文件,将mfc42ud.lib拷贝到Microsoft Visual Studio\VC98\MFC\LIB下。将mfc42ud.dll拷贝到system32下。
更多推荐



所有评论(0)