Game Development Community

Debug problem

by Alexander B · in Torque Game Engine · 07/20/2008 (1:25 am) · 8 replies

When i recompile the torque engine with visual c++ it makes a new exe called torque_demoDEBUG How do i make it a normal exe and not a debug?

#1
07/20/2008 (1:29 am)
I don't know exactly what the problem is but rename it might help
#2
07/20/2008 (1:32 am)
That is what i did. But it starts a command prompt in the background. I want it to be like the normal torque exe.
#3
07/20/2008 (2:31 am)
Choose a Release build instead of Debug from the menu inside the VC IDE.
#4
07/20/2008 (3:29 pm)
How do i get into the IDE?
#5
07/20/2008 (8:18 pm)
Double click on the visual studio shortcut?

IDE = Integrated Development Environment

Peter was referring to Visual Studio (if you are using windows).
#6
07/20/2008 (10:58 pm)
How do i change it to the release build?
#7
07/20/2008 (11:15 pm)
Its immediately to the right of the "start debugging" green arrow.
#8
07/21/2008 (5:04 pm)
I have found it thanks everyone for your help.