How to get rid of Debugging window?
by Nocera Luciano · in Torque Game Engine · 01/30/2007 (8:46 pm) · 4 replies
I modify the c code of the engine. Now when I start the game there is always a debugging window (black screen, just like cmd frame) beside my game window. How can I get rid of it? Do I need to change settings while compiling the game in VC?
#2
01/31/2007 (11:44 am)
Thanks. How to do that in VC6? I cannot find Subsystem option.
#3
01/31/2007 (3:46 pm)
Erm, I'm not sure check under your linker settings somewhere. Or search the forums for something like "dos window remove".
#4
http://www.garagegames.com/mg/forums/result.thread.php?qt=20478
" You have to rebuild the engine with a different setting.
In VC 6 you go to project/settings and select the link tab
go to "project options" at the bottom and look for this
/subsystem:someting change it to /subsystem:windows and do a rebuild "
01/31/2007 (9:59 pm)
Thanks, Cameron, I found it:http://www.garagegames.com/mg/forums/result.thread.php?qt=20478
" You have to rebuild the engine with a different setting.
In VC 6 you go to project/settings and select the link tab
go to "project options" at the bottom and look for this
/subsystem:someting change it to /subsystem:windows and do a rebuild "
Torque 3D Owner Frogger