+ 2
how to fix fatal error LNK1123 on microsoft visual c++ 2010 express?
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)
+ 1
okay thank you very much



