Thread overview
Getting rid of the DOS window
Nov 03, 2004
Sebastian Beschke
Nov 03, 2004
J C Calvarese
Nov 03, 2004
Sebastian Beschke
November 03, 2004
Hi,

I've been playing around with the SDL library. What bothers me is that a DOS window always opens. How could I suppress it? Is there some kind of compiler / linker option?

Thanks,
Sebastian
November 03, 2004
In article <cmastq$1tsd$1@digitaldaemon.com>, Sebastian Beschke says...
>
>Hi,
>
>I've been playing around with the SDL library. What bothers me is that a DOS window always opens. How could I suppress it? Is there some kind of compiler / linker option?
>
>Thanks,
>Sebastian

Yes, read http://www.prowiki.org/wiki4d/wiki.cgi?FaqRoadmap#HowtosuppresstheconsolewindowwithaWindowsapplication

jcc7
November 03, 2004
J C Calvarese wrote:
> Yes, read
> http://www.prowiki.org/wiki4d/wiki.cgi?FaqRoadmap#HowtosuppresstheconsolewindowwithaWindowsapplication
> 
> jcc7

Whoops... sorry I forgot to check the wiki.

Thanks for the quick response!

-Sebastian