Mail Archives: djgpp/2001/11/15/07:49:36
On 15 Nov 2001, Christian Richter wrote:
> Is it possible to call a conventional 16bit DOS
> program within the 32bit environment?
>
> For example:
> 1) I use a GNU shell provided by djgpp.
> Can I start a 16bit DOS program (foo.exe)
> from this shell?
>
> bash> foo
Yes. You might have problems with 16-bit protected-mode programs, though
(because the DPMI spec disallows mixing 16-bit and 32-bit DPMI clients in
the same session, and Bash, being a DJGPP program, is a 32-bit DPMI
client).
> 2) I have a 32bit application and want to call
> foo.exe within that program with a
> "system()"-like call. Is this possible?
Yes.
- Raw text -