tags:

views:

42

answers:

1

I am compiling Gtk applications in Windows with MinGW toolchain, but when I run my apps, a command prompt window appears. How can I make this prompt disappear?

+2  A: 

Check this article out. You have to specify -mwindows at compile time.

SB
If you change "might have to" to "definitely have to", I'll give you a point. It's the only way to do it (except for hacks).
Matthew Talbert
Thanks for that. I had never tried it.
SB