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

Publishing with code blocks

Started by The Techo, August 04, 2009, 05:55:42 AM

Previous topic - Next topic

The Techo

This is my first win32 app i have created with CB but when i go to the exe and run it i can see my window but i also see a prompt in the background. How do i get rid of this cmd prompt???

MortenMacFly

Quote from: The Techo on August 04, 2009, 05:55:42 AM
How do i get rid of this cmd prompt???
Switch the application type (in project settings) from "console application" to "GUI".
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]