Link: fatal error lnk1123: failure during conversion to coff: file in

After VS2010 went through some updates, there was an error “Error LNK1123” when setting up the Win32 Console Project.

 
The solution is:
Step 1: change: project | project property | configuration property | listing tool | input and output | insert the option “yes” to “no” in the listing, but do this for every new project.
Step 2: change: item | item property | configuration property | connector | manifest file | embed the list option “yes” to “no”.
Step 3: Usually the computer will solve the problem after two steps of setup, but if there is still a problem, then click on the solution:
Is the computer a 64BIT operating system?If so, continue with the following:
Find if there are two Cvtres.exe.
One is C:\Program Files(x86)\Microsoft Visual Studio 10.0\vc\bin\cvtres.exe,
The other is C:\Windows\Microsoft.NET\Framework\v4.0.30319\cvtres.exe. Right-click the property | details to view both version Numbers, delete/rename the older version, or reset the Path variable.
   
Surprisingly, the cure is the third step: after you remove the old version of CVtres.exe, you don’t need to set the configuration every time.
 
Original: http://www.cnblogs.com/Michael282694/p/LNK1123.html
Attention to the public: industrial control technology home, can leave a message to ask questions, there is a need to send source code

Read More: