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

Console Runner Displaying

Started by fooman, August 28, 2006, 04:34:07 PM

Previous topic - Next topic

fooman

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?

jarro_2783

maybe code blocks made the project a console project. To fix it, go to project -> properties -> targets, then change "type" to GUI application.

MortenMacFly

Quote from: 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?
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

jarro_2783

that's interesting, I didn't know that. So codeblocks isn't broken, good.