News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Turn off console window(solved)

Started by 3DModelerMan, August 05, 2008, 08:37:00 PM

Previous topic - Next topic

3DModelerMan

I have a quick question. How do you turn off the console window for an app that runs on windows linux and macintosh?.
I have an Irrlicht project that I need the console turned off for.
Thanks :D.

TDragon

Change the target's type to GUI application in your project's properties.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

3DModelerMan

Thanks for the help :D, I have it on right now for debugging perposes, but I don't want this showing up when I'm finished. :D.