Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Decrius on January 03, 2007, 09:22:45 am

Title: Console when executing project
Post by: Decrius on January 03, 2007, 09:22:45 am
Hi,

I have a SDL project (with OpenGL in it). When I compile it and run it via CB, it works fine. But when I go to bin/Debug/SLD.exe and click it, a msdos/console window appears. How can I get rid of the console? Probably something easy, but yet I didn't find it :S.

Thanks,

Decrius
Title: Re: Console when executing project
Post by: Pecan on January 03, 2007, 02:17:05 pm
Project Properties / Target. Change the Console application to GUI application.
Title: Re: Console when executing project
Post by: Decrius on January 03, 2007, 02:55:30 pm
Thanks :), works :D

Decrius