Answer the question
In order to leave comments, you need to log in
What is the linking error?
Visual Studio 2010, installed, did nothing, and just created the Visaul C ++ Windos Form Application project, and I try to run an empty project, and then I get an error:
Error 1 error LNK1123: failure during conversion to COFF: file invalid or corrupt D:\ New folder (3)\app\app\LINK
There is nothing in the project, and I can't figure out what it doesn't like, all vs settings are default. How can I start a project?
Answer the question
In order to leave comments, you need to log in
Try the path without spaces and Russian letters. For example D:\projects\app.
Typical error. Try disabling Incremental Linking with the /INCREMENTAL:NO switch.
Here is a discussion on the subject.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question