Game Development Community

Console miminized

by Richard Bottoms · in Torque Game Engine · 03/20/2005 (10:00 pm) · 2 replies

Anyone have a snippet of code to add script option to minimize the console window when the game starts?

#1
03/21/2005 (8:26 am)
Are you referring to the command window that opens up when you run the engine? If so, you need to change the link options from /subsystem:console to /subsystem:windows. In Visual Studio its in the project options.
#2
03/21/2005 (10:35 am)
Yes. And thanks.