How do you inherit DOS console in Win32 application?
From: e^ln\(x\) (e^ln(x)_at_mîcôsÿêñ.com)
Date: 03/17/04
- Next message: Alex McDonald: "Re: How do you inherit DOS console in Win32 application?"
- Previous message: Frank Kotler: "Re: %line in nasm"
- Next in thread: Alex McDonald: "Re: How do you inherit DOS console in Win32 application?"
- Reply: Alex McDonald: "Re: How do you inherit DOS console in Win32 application?"
- Reply: TS: "Re: How do you inherit DOS console in Win32 application?"
- Reply: Beth: "Re: How do you inherit DOS console in Win32 application?"
- Reply: Jim Carlock: "Re: How do you inherit DOS console in Win32 application?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 17 Mar 2004 19:10:08 GMT
How do you inherit and continue using the existing command-line console in a
Win32 assembly console application?
Borland C and MVC both do this automatically and hide the startup code from
the debugger. Every Windoze console application inherits the DOS console
when invoked from the command line, but I can't figure out how to do it.
I've been through the Windoze SDK from one end to the other and have found no
suggestions or example code. Does anybody have any hints?
Alternatively, does anyone have c0nt.asm from the Borland CBuilder package?
That is alleged to be the startup code used by the compiler.
TIA.
- Next message: Alex McDonald: "Re: How do you inherit DOS console in Win32 application?"
- Previous message: Frank Kotler: "Re: %line in nasm"
- Next in thread: Alex McDonald: "Re: How do you inherit DOS console in Win32 application?"
- Reply: Alex McDonald: "Re: How do you inherit DOS console in Win32 application?"
- Reply: TS: "Re: How do you inherit DOS console in Win32 application?"
- Reply: Beth: "Re: How do you inherit DOS console in Win32 application?"
- Reply: Jim Carlock: "Re: How do you inherit DOS console in Win32 application?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|