Game Development Community

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.

#1
10/01/2003 (2:02 am)
When you mean console, do you mean the Dos Windows, that runs after clicking torquedemo.exe? if so, then do this, requires you to rebuild the engine.


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
#2
10/01/2003 (2:15 am)
Thanks a lot pal i really didn't look there!

I fell so noob sometimes..