Code::Blocks Forums

User forums => Help => Topic started by: fooman on August 28, 2006, 04:34:07 pm

Title: Console Runner Displaying
Post by: fooman on August 28, 2006, 04:34:07 pm
Hello,
I created a new project using the Window Creation template, and when I ran it the console runner was showing and running behind the window.  How do I not show this?
Title: Re: Console Runner Displaying
Post by: jarro_2783 on August 28, 2006, 11:53:23 pm
maybe code blocks made the project a console project. To fix it, go to project -> properties -> targets, then change "type" to GUI application.
Title: Re: Console Runner Displaying
Post by: MortenMacFly on August 29, 2006, 08:58:35 am
Hello,
I created a new project using the Window Creation template, and when I ran it the console runner was showing and running behind the window.  How do I not show this?
Maybe by *not* running the "Debug" but the "Release" target. The console is a feature of the debug target that allows to see messages (e.g. log messages) that are being printed to the console.
With regards, Morten.
Title: Re: Console Runner Displaying
Post by: jarro_2783 on August 30, 2006, 12:51:41 pm
that's interesting, I didn't know that. So codeblocks isn't broken, good.