TIGSource Forums

Developer => Technical => Topic started by: BlueSweatshirt on August 16, 2009, 11:08:17 AM



Title: Getting rid of the nasty console window!
Post by: BlueSweatshirt on August 16, 2009, 11:08:17 AM
I'm working on a game in C++.(No freakin' way!)

I'm having a small issue that is a console window opening along with my game window. I know this is an issue relating to the IDE,(not necessarily an issue.) so if anyone knows how I can disable the console window from popping up, I would appreciate it. Google searching and a bit of searching in the IDE itself was to no avail.

Since it's related to the IDE,(or at least from what I remember) I'm using Code::Blocks.


Best regards,
Jack~


Title: Re: Getting rid of the nasty console window!
Post by: Hideous on August 16, 2009, 11:18:16 AM
It's in Project Settings - There's a dropdown box there that says "Console Application" - change it to say "GUI Application".


Title: Re: Getting rid of the nasty console window!
Post by: BlueSweatshirt on August 16, 2009, 11:26:18 AM
There's no such dropdown box.  :facepalm:

[EDIT]
Never mind, yes there was. I overlooked the proper tab.


Thank you~