Author Topic: Console when executing project  (Read 3373 times)

Offline Decrius

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Daevius
Console when executing project
« 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
Check out my website: http://www.daevius.com

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: Console when executing project
« Reply #1 on: January 03, 2007, 02:17:05 pm »
Project Properties / Target. Change the Console application to GUI application.

Offline Decrius

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Daevius
Re: Console when executing project
« Reply #2 on: January 03, 2007, 02:55:30 pm »
Thanks :), works :D

Decrius
Check out my website: http://www.daevius.com