Monday, April 1, 2013

LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

When I re-install my OS with Win7(X64).
I installed .net FrameWork 4.5 before VS2010. So when I run C(C++)project in VS2010, it occurs with an error like the title.

How to fix it:
Project Properties 
   -> Configuration Properties 
       -> Linker (General) 
          -> Enable Incremental Linking -> "No (/INCREMENTAL:NO)"
Only this way works without re-install anything.


reference:http://stackoverflow.com/questions/10888391/link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-invalid-or-c

No comments:

Post a Comment