VS2010 After some updates, the Win32 Console project will be "error LNK1123" when it is built.
Solutions are:
The first step: Project | Project Properties | Configuration Properties | inventory Tools | INPUT and Output | The option "yes" to "no" for the embedded manifest, but this is set once for each new project.
Step Two: Add: Project | Project Properties | Configuration Properties | connector | manifest File | Embed list option "yes" to "no".
The third step: the general computer after the two-step setup can solve the problem, but if there are problems, then click the method to solve:
Whether the computer is a 64bit operating system, and if so, continue with the following operations:
Find out 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 Properties | Details to view both version numbers, delete/rename older versions, or reset the path variable.
Unexpectedly, the root of the solution is the third step, after removing the old version of Cvtres.exe, you do not need to set the configuration every time.
Error "1>link:fatal error lnk1123:failure during conversion to coff:file invalid or corrupt" occurred while resolving visual Studio 2010 New Project