Game Development Community

TGE Noob: #12 In-Console-able

by Richard Bottoms · in Torque Game Engine · 03/21/2005 (11:48 am) · 3 replies

TGE Noob: #12 In-Console-able

Want to make that unsightly console window go away under Win32 TGE Apps? This solution courtesy Todd D. Degani [url]http://www.garagegames.com/my/home/view.profile.php?qid=48142[/ur].

This applies to VC++ 7:

Right-click on 'Torque Demo', select Properties

Configuration Properties -> Linker -> Command Line

Additional Options:

/SUBSYSTEM:WINDOWS

Click Apply


Build Clean

Build

Rejoice



Bottom line:

Easy fix for a big annoyance.


Big brains:

Similar fix for the VC++ 6 crowd? Is this a problem under the Eclipse IDE?

#1
04/05/2005 (8:34 am)
Very neat series of threads. You should combine these into a resource "TGE Noob" or whatnot. I've grabbed stuff from at least half of these threads already.
#2
04/06/2005 (6:48 am)
Cool. I'm working a contract out of the country so I've been AWOL for a bit, but I'll have more soon.
#3
05/08/2005 (3:01 pm)
This series of posts has been EXTREMELY helpfull. I'm a NOOB and needed these more than most other resources that I could find.

Keep the information flowing and thanks!