User forums > Help

Console Runner Displaying

(1/1)

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?

--- End quote ---
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.

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

Navigation

[0] Message Index

Go to full version