how to fix fatal error LNK1123 on microsoft visual c++ 2010 express? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how to fix fatal error LNK1123 on microsoft visual c++ 2010 express?

5th Oct 2017, 9:04 AM
azuan
2 Answers
+ 11
Solution: Project properties (you can see it in solution explorer pane by right-clicking on your project name) > Configuration Properties > Linker > Enable Incremental Linking (on the right column of window) > No (/INCREMENTAL:NO)
5th Oct 2017, 10:45 AM
Babak
Babak - avatar
+ 1
okay thank you very much
5th Oct 2017, 3:32 PM
azuan