Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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
-
Project Properties / Target. Change the Console application to GUI application.
-
Thanks :), works :D
Decrius