Game Development Community

Different Functionality in torqueDemo_DEBUG.exe and torqueDemo.exe??

by Valerie Butler · in Torque Game Engine · 08/03/2009 (5:42 am) · 2 replies

Hi, I know that torqueDemo_DEBUG is the debug version of the game and the torqueDemo is not, I have modified some engine code and it only seems to reflect my changes when I run the game from torqueDemo_DEBUG.exe and when I run torqueDemo its like I didnt add the code at all! I have tried re-compiling the engine! Might it be some setting in Visual Studio or something? Thank you!

#1
08/03/2009 (6:01 am)
In Visual Studio, make sure the mode is set to 'Release' if you want to compile to the non-debug version:

img36.imageshack.us/img36/1699/releasep.jpg
Hope that helps. ;)
#2
08/03/2009 (6:33 am)
Cool, thanks Taylor will try that! :-)