Game Development Community

Not displaying the default console

by Kimberly Unger · in Torque Game Engine · 08/09/2004 (2:51 pm) · 4 replies

Before the actual game screen appears a console screen is opened. How can I keep this from happening?

Kim's Programmer
Jim

#1
08/09/2004 (7:52 pm)
If you are using VC6 or 7 look for a link setting that says something like "subsystem" and change that from "console" to "windows"

-s
#2
08/10/2004 (8:47 am)
Thanks for the answer, Stephen.

Just for those who may read this at a later date the "subsystem" can be found in Settings::General of Torque Demo Game project. Click on the "Link" tab and look in the Project Options window.

Kim's programmer
Jim
#3
08/11/2004 (8:26 pm)
Thanks for the follow up, Kim/Jim. :)
#4
11/16/2004 (9:51 pm)
Ben why is it that Torque defaults to a console app?