Game Development Community

After PC upgrade

by Dimitris Matsouliadis · in Torque 3D Professional · 01/09/2014 (2:25 pm) · 3 replies

hi
After PC upgrade
I have reinstalling all software from the beginning
I use T3D 1.2
After release build solution I take the following errors:

1>------ Build started: Project: Agame DLL, Configuration: Release Win32 ------
1> Creating library ../../../game/Agame.lib and object ../../../game/Agame.exp
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
2>------ Build started: Project: NP Agame Plugin, Configuration: Release Win32 ------
3>------ Build started: Project: Agame, Configuration: Release Win32 ------
3>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
2> Creating library ../../../game/NP Agame Plugin.lib and object ../../../game/NP Agame Plugin.exp
2>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 3 failed, 16 up-to-date, 0 skipped ==========

you know how can corrects this error?
Thanks

#1
01/09/2014 (3:12 pm)
According to this stackoverflow discussion it sounds like Visual Studio 2012 trashed your Visual Studio 2010 installation.
#2
01/09/2014 (3:22 pm)
@Dimitris
just download the patch
www.microsoft.com/en-us/download/details.aspx?id=23691

usually this error occurs if your vs++ 2010 express edition is not using this patch, should work without errors with it.
#3
01/10/2014 (12:24 pm)
Thanks for your answer Nathan and J0linar.
J0linar after service pack 1 update of 2010 VScc all is ok, thanks.