News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Hide Console

Started by abarzuaf, December 24, 2008, 06:37:35 AM

Previous topic - Next topic

abarzuaf

Hello.

I've searched the forum, but still not as hides the console window when I run a Win32 application.
How could hide the console window?.

Thank you

MortenMacFly

Quote from: abarzuaf on December 24, 2008, 06:37:35 AM
I've searched the forum, but still not as hides the console window when I run a Win32 application.
How could hide the console window?.
change the application type from "console" to "GUI application" in the target options (project properties -> tab "build targets").
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]

abarzuaf