Game Development Community

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?

#1
01/30/2007 (9:18 pm)
Go to project properties, Linker->System->Subsystem, and change it. Not sure if it should be set to Not Set or something else. Play around with it until it works right =)
#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
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 "