Hello I have got two visual on ma desktop vs2010 and vs2012. When I am compiling the project in vs2012 I have got an error (image below): -> what can I do?
When I compiling with vs2010 I have got error: "fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt".
(This post was last modified: 11-01-2013 09:38 PM by Emtec.)
For VS 2012, did you install VS for desktop or for Windows 8 version?
Try for desktop.
Also try googling, as it's not really related to the Engine, it looks like issue with VS in general
In my opinion the fastest and the easiest way to solve this problem is to remove or rename the older version of the "cvtres.exe". The file is located in:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\cvtres.exe
and
C:\Windows\Microsoft.NET\Framework\v4.0.30319\cvtres.exe
After this there are no problems with vs2010 and vs2012.
(This post was last modified: 11-01-2013 11:38 PM by Emtec.)