VS错误的解决解决:LINK fatal error LNK1000: Internal error during IncrBuildImage

简介: VS错误的解决解决:LINK fatal error LNK1000: Internal error during IncrBuildImage

解决办法:  


 项目(Project)->属性(Property)->链接器(Linker)->常规(General) ,“启用增量链接(Enable Incremental Linking)”,


将“是(/INCREMENTAL)”改为“否(/INCREMENTAL:NO)”。



 有时会多出警告:


 一个警 告:FormatCom.obj : warning LNK4075: 忽略“/EDITANDCONTINUE”(由于“/INCREMENTAL:NO”规范)。


 解决办法:  


 选择项目,属性(Property pages)->配置属性(Configuration Properties) ->C/C++,修改“调试信息格式(Debug Information Format)”为“程序数据库(Program Database(/Zi))”。


目录
相关文章
|
7月前
|
缓存 IDE Linux
Internal error. Please report to https://jb.gg/ide/critical-startup-errors
Internal error. Please report to https://jb.gg/ide/critical-startup-errors
151 0
|
关系型数据库 MySQL C++
Error:fatal error C1010: unexpected end of file while looking for precompiled head
Error:fatal error C1010: unexpected end of file while looking for precompiled head
124 0
|
Java
Error: A JNI error has occurred, please check your installation and try again
Error: A JNI error has occurred, please check your installation and try again
209 0
|
数据库 C++
VS错误的解决解决:LINK fatal error LNK1000: Internal error during IncrBuildImage
VS错误的解决解决:LINK fatal error LNK1000: Internal error during IncrBuildImage
254 0
|
网络协议 Oracle 关系型数据库

热门文章

最新文章