Mail Archives: djgpp/1999/06/27/12:47:23
On Sun, 27 Jun 1999, Pavlos wrote:
> Is it possible for a DJGPP Dos program to communicate (send/receive data)
> with a Windows program?
Hard, but possible. The ways I could think of, in the increasing order
of complexity:
- disk file
- clipboard
- TSR loaded ahead of Windows
- device driver
> Also, can this be done with two DJGPP programs running under Windows Dos
> Prompt?
Same solutions.
The problem is the same in both cases: Windows programs run in a
different virtual machine than DOS programs; and every DOS box is a
separate virtual machine. Different virtual machines have separate
address spaces.
- Raw text -