Game Development Community

TorqueDemo.exe not building w/ VS2005

by Brown Student (#0086) · in Torque Game Engine · 06/02/2007 (6:52 pm) · 2 replies

I just upgraded to 1.5.2 (was using 1.4.2) and I have added the object selection code to my game and I'm trying to build (Build -> Build Torque Demo) in Visual Studio 2005. Everything goes right except when it's finished I have the torqueDemo_DEBUG.exe in the example folder instead of torqueDemo.exe. Is there something special I need to do to get the torqueDemo.exe to show up? It used to work fine when I had 1.4 and VS2003.

About the author

Recent Threads


#1
06/02/2007 (7:02 pm)
Go into the properties and set your build to Active(Release), you can set that in the Configuration Manager tab.
#2
06/02/2007 (7:16 pm)
Thank you so much. Got it working.