up vote 0 down vote favorite
share [g+] share [fb]

When you run the .exe, the SDL window appears, but so does a console window. How do I get just the SDL window by itself?

What configuration option should I be changing? Is there one?

I'm compiling with MinGW and using Eclipse Ganymede.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I had to compile with

-Wl,-subsystem,windows

as a linker flag.

Mmm, answerin' my own questions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.