Fejl i c++ kode med debug

Tags:    c++

Hej er kommet til en ny fejl :

Error 1 error LNK1123: failure during conversion to COFF: file invalid or corrupt C:\ZinXan\TSudio XSer\TSudio XSer\LINK

Kun den ene hvad betyder det?.



Indlæg senest redigeret d. 30.11.2013 22:48 af Bruger #17607
1 svar postet i denne tråd vises herunder
0 indlæg har modtaget i alt 0 karma
Sorter efter stemmer Sorter efter dato
har du prøvet denne google søgning
https://www.google.dk/search?q=conversion+to+coff+file+invalid+or+corrupt

link 1
http://stackoverflow.com/questions/12267158/failure-during-conversion-to-coff-file-invalid-or-corrupt

This issue occurred after Visual Studio 2012 installation. The issue resolved by replacing the cvtres.exe from VS2010 with the one from VS2012.
Thank you to "social.msdn"


link 2
http://stackoverflow.com/questions/10888391/error-link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-inval

This MSDN thread explains how to fix it.
To summarize:
Either disable incremental linking, by going to
Project Properties
-> Configuration Properties
-> Linker (General)
-> Enable Incremental Linking -> "No (/INCREMENTAL:NO)"

or install VS2010 SP1.
Edits (@CraigRinger): Note that installing VS 2010 SP1 will remove the 64-bit compilers. You need to install the VS 2010 SP1 compiler pack to get them back.


http://social.msdn.microsoft.com/Forums/vstudio/en-US/cc63f551-1748-4559-a77e-329ec3138392/link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-invalid-or-corrupt?forum=vssetup




t