
VB6 program becomes a DOS program when compiling
Quote:
> I have compiled my VB6 application hundreds of times using "Make
> excutable...". But suddenly the EXE file is not a Windows program - it is a
> DOS program! When running the EXE file a DOS window is opened and then
> immediately closed. I don't get any compile errors, and the size of the EXE
> file is the same as before. What has happened?
> / Erik Holmquist
It's not likely it has become DOS program.
Besure to check your code to makesure your not creating a console window
or launching a DOS program or .bat file.
If you are then there may be no way to avoid it the console window from
poping up.
-steev
--
Stephen Fonnesbeck
Remove NOSPAM. to email.