VS2008在win7下不时出现Microsoft Incremental Linker已停止工作 解决方案

 
VS2008在win7下不时出现Microsoft Incremental Linker已停止工作 解决方案
2010-02-26 17:29

解决方案一:取消增量链接

操作步骤:

1. 项目右键 :property->linker->General : 找到 -》Enable Incremental Linking (启用增量链接)

2. 选项设为: No (/INCREMENTAL:NO)

More Detail here:

http://justmei.blog.163.com/blog/static/11609985320100751482/

解决方案二:下载“VS90-KB948127.exe” 来解决问题vs2008 -fatal error LNK1000 Internal error during IncrBuildImage

下载地址: http://vivian_king.download.csdn.net/

你可能感兴趣的:(工作,Microsoft,2010,linker)