How to get rid of the console window
by Jorge Luis Gandulfo · in Torque Game Engine · 10/01/2003 (12:23 am) · 2 replies
Im still asking this simple questions. But believe me im noob as hell with this engine.
When you use the demo application there are actually 2 windows opened, the console and the device window.
Im trying to make a client demo, only with the FPS and some minor changes in maps and stuff as my first tutorial.
But i would really love to get rid of that window too.
I saw the code of the Demo Application but coudln't get arround it.
When you use the demo application there are actually 2 windows opened, the console and the device window.
Im trying to make a client demo, only with the FPS and some minor changes in maps and stuff as my first tutorial.
But i would really love to get rid of that window too.
I saw the code of the Demo Application but coudln't get arround it.
Torque Owner David Hassen
Open up your workplace, then goto project, then settings. Click the Link Tab, down the bottom, it has Project Options, scroll through that untill you see /subsystem:console
change console to windows
/subsystem:windows
then clean rebuild the demo app.
hope that helps
dave