Mail Archives: djgpp/2010/04/08/11:27:34
> From: RayeR <glaux AT centrum DOT cz>
> Newsgroups: comp.os.msdos.djgpp
> Date: Thu, 8 Apr 2010 04:46:41 -0700 (PDT)
>
> Hi, I know there's redir.exe to do this. But I also found that GO32=
> variable can be uset to set it globally. But it seems it works only
> for old djgpp using go32 extender (tried with 2.04 but didn't work).
> Is there something similar in new DJGPP?
No. With DJGPP v1.x, it was possible because the extender was running
the DJGPP program, so it was possible to use the DOS file handle
inheritance to provide this feature. In v2.x, the "extender" is just
a DPMI server, and the program runs independently of it. Therefore,
file handles are not (and can not) be inherited.
- Raw text -