1. shell (dos window)

Does anyone know why some .exw files will cause a DOS
window to open while others will not.

Specifically, I have a small program I wrote which
causes a DOS window to open even though (while in
debug mode) no message is sent to stdout.

win xp
eu 2.5



--
Ronald Weidner
http://www.techport80.com
PHP Software developer for hire.

new topic     » topic index » view message » categorize

2. Re: shell (dos window)

Ron Weidner wrote:
> Does anyone know why some .exw files will cause a DOS
> window to open while others will not.
> 
> Specifically, I have a small program I wrote which
> causes a DOS window to open even though (while in
> debug mode) no message is sent to stdout.
> 
> win xp
> eu 2.5

In addition to writing text to standard output,
input operations, like gets() will also bring up a console.
So will graphics_mode(), video_config() etc.
Basically, any command that normally expects to work 
in a Windows text-mode console, or DOS window.

Windows GUI I/O will not normally create a console.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu