Fail
by Howard Dortch · in Torque 2D Beginner · 08/04/2013 (7:55 am) · 4 replies
I downloaded the git hub binary version, unzip to a directory and click on torque2D.exe and my xp system tells me that is not a valid win32 application .... Now what ?
#2
08/04/2013 (9:19 am)
Ah my bad, I thought binary meant is was pre compiled since a exe was supplied.
#3
www.garagegames.com/community/forums/viewthread/134568
08/04/2013 (11:47 am)
Yes, binary means the exe is provided for you so you don't have to use visual studio. Unfortunately, the windows binary that was uploaded doesn't support XP as Richard pointed out. I'll see if we can fix this at least from the Github side, in the meantime I still have a winXP binary available, see this thread:www.garagegames.com/community/forums/viewthread/134568
#4
Two options really, Mike - the changes from that article or just compile it with VS2010.
08/04/2013 (10:53 pm)
No, no, you were right - I'm just saying that the precompiled binary was compiled with VS2012 but the correct adjustments were not made.Two options really, Mike - the changes from that article or just compile it with VS2010.
Torque Owner Richard Ranft
Roostertail Games
If you pull the source and compile with VS2010 it will work fine, or follow the instructions in the article to compile it with VS2012....