How to hide the console

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
The BasheR
Posts: 73
Joined: Thu Apr 05, 2007 7:01 pm
Location: France
Contact:

How to hide the console

Post by The BasheR »

Hi all, i would like to know how to hide the console during the program is running?

Thanks a lot.
When you want you can!
Quand on veut on peut!
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Post by GameDude »

If your using Dev-CPP then in the options you can set it to Win32 and it will hide the console for you
rooly
Posts: 224
Joined: Tue Oct 25, 2005 4:32 pm
Location: Louisiana, USA, backwater country
Contact:

Post by rooly »

as far as i've seen, you can set your IDE to compile in a certian fashion.
usually options are "gui", "console", "dll", "static library" and so on. setting to GUI should hide the console. Of course, you could also program your app to be one specific gui or another, but thats a different story.
When banks compete, you win.
When ISPs compete, you win.
When electronics retailers compete, you win.
When governments compete...you get drafted.
The BasheR
Posts: 73
Joined: Thu Apr 05, 2007 7:01 pm
Location: France
Contact:

Post by The BasheR »

Euh excuse me i forgot to specify my IDE, i'm using C::B but when in the properties i select "GUI application", the console continues to be displayed :(
When you want you can!
Quand on veut on peut!
rooly
Posts: 224
Joined: Tue Oct 25, 2005 4:32 pm
Location: Louisiana, USA, backwater country
Contact:

Post by rooly »

maybe a full rebuild? i'm only speaking from my experiene, and my experience dictates as i've stated.
When banks compete, you win.
When ISPs compete, you win.
When electronics retailers compete, you win.
When governments compete...you get drafted.
beshrkayali
Posts: 85
Joined: Mon Jun 11, 2007 11:22 am
Location: Damascus - Syria
Contact:

Post by beshrkayali »

The BasheR
Posts: 73
Joined: Thu Apr 05, 2007 7:01 pm
Location: France
Contact:

Post by The BasheR »

Thank you that 's working
When you want you can!
Quand on veut on peut!
Post Reply