Re: A DOS window pops up!!



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]