Jamiil Abduqadir writes:
 > When my application launches, before it does a DOS window pops up,

Not it doesn't. It is not a "DOS window". It is a console window. It
has nothing at all to do with (MS-)DOS. You wouldn't call an xterm or
similar window a DOS window, would you?

 > how can I stop this from happening.

Read some basic tutorials about Windows programming?

Depending on your compiler, you should either use the -mwindows flag
(gcc) or -subsystem:windows (MSVC) on the linking command line.

--tml

_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to