Mail Archives: djgpp/2000/05/09/05:43:16
On Mon, 8 May 2000, Richard Dawe wrote:
> Eli Zaretskii wrote:
> > Since DOS and Windows programs run in different virtual machines, they
> > cannot directly inherit file handles. conagent.exe is a TSR that
> > Windows installs in a DOS box to work around that problem, and redir32
> > augments it.
>
> Are these two programs freely available?
They are part of stock Windows 9X distribution. You should be able to
find them in your WINDOWS\SYSTEM directory.
> They sound like they could be
> used to simulate multi-threadedness in some way, by using the start
> command under Windows.
If you use START to run a DJGPP program, conagent is automatically
loaded into the VM that START creates. I think redir32 is also
loaded. The problem is how to communicate with them from another VM
that is not the system VM, and from a program that is not a native
Win32 program. Someone (tm) needs to figure out how does this work
and then see whether it's possible to exploit that for our needs. I'm
not holding my breath ;-).
- Raw text -