Under Win7 vs2008 compile newspaper LINK: fatal error LNK1000: Internal error during IncrBuildImage

Environment:

Windows 7 Ultimate x32 Version
in the Microsoft Visual Studio 2008 (VC ++ 2008)

returns an error: LINK: fatal error LNK1000: Internal error during IncrBuildImage

Solution:

Project -> Properties -> Linker -> "Enable incremental link" routine following , the "yes (/ INCREMENTAL)" to "No (/ INCREMENTAL: NO)".
But this in turn introduces another warning: FormatCom.obj: warning LNK4075: ignoring "/ EDITANDCONTINUE" (due to the "/ INCREMENTAL: NO" specification)
to select an item, Properties -> Configuration Properties -> C / C ++, modify the "Debug Information Format "to" program database (/ Zi) "can be.

This problem is solved, it said that this is an internal BUG VC, you can download the KB948127 patch to fix, but I was not able to properly install the patch.

Download the patch address: http://code.msdn.microsoft.com/KB948127

Reproduced in: https: //my.oschina.net/dake/blog/196807

Guess you like

Origin blog.csdn.net/weixin_34234721/article/details/91508331