vc 程序build时,遇到的lib问题

来源:百度知道 编辑:UC知道 时间:2024/06/01 14:14:50
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
StdAfx.obj : warning LNK4044: unrecognized option "manifestdependency:type='win32' name='Microsoft.VC80.DebugCRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
StdAfx.obj : warning LNK4044: unrecognized option "manifestdependency:type='win32' name='Microsoft.VC80.DebugMFC' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
StdAfx.obj : warning LNK4078: multiple ".CRT" sections found with different attributes (40301040)
LINK : fatal error LNK1104: cannot open file "mfc80d.lib"
Error executing link.exe.
Creating browse info file...
BSCMAKE: error BK1515 : 'Debug/NetPhone.bsc': incompatible version; cannot incrementally update
Error executing bscmak

两个可能情况供参考:1。lib文件被误删除。(在网上下载后放到C盘默认的安装文件夹中)。2.上次安装过类似的编程软件,但是卸载不够彻底,留下的同名lib没有被更新,所以打不开(重新下载一个lib添加进来)。

修改属性设置