Author Topic: Turn off console window(solved)  (Read 12545 times)

Offline 3DModelerMan

  • Multiple posting newcomer
  • *
  • Posts: 21
Turn off console window(solved)
« on: August 05, 2008, 08:37:00 pm »
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.
« Last Edit: August 06, 2008, 01:25:07 am by 3DModelerMan »

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Turn off console window
« Reply #1 on: August 06, 2008, 01:18:40 am »
Change the target's type to GUI application in your project's properties.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline 3DModelerMan

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: Turn off console window
« Reply #2 on: August 06, 2008, 01:24:47 am »
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.