Game Development Community

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 ?

#1
08/04/2013 (8:09 am)
This was not done. I'm going to have to point this out again.

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....
#2
08/04/2013 (9:19 am)
Ah my bad, I thought binary meant is was pre compiled since a exe was supplied.
#3
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
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.