When i tried to debug project on QT 5.0 Creator (MSVC2010(x86)compiler 10.0) i have this error:
LNK1123: failure during conversion to COFF: file invalid or corrupt
I googled and i saw some solutions but only for Visual Studio 2012, i need solution of this problem for QT Creator.
Thank you.
Before this problem i had problem with MSVC(x86)compiler 11.0, and i was installed MSVC2010(x86)compiler 10.0 and now i have this error.
Set
QMAKE_LFLAGS += /INCREMENTAL:NO
in the file .pro
In addition to QMAKE_LFLAGS += /INCREMENTAL:NO
, I "cleaned" and also removed the output directory to force a fresh recompile. Then the tutorial application built.
I had the same problem, but it was solved by marking in Build -> "Open build and run kit selector" the MSVC2012 64bit version, instead of the 32 bit. Hope it helps!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With