Mail Archives: djgpp/1995/08/31/07:25:55
On Thu, 31 Aug 1995, Brendan Simon wrote:
> Does anyone know what enviroment variables CWSDPMI uses for its virtual ram
> directory and so forth. ie. As I'm using DJGPP beta 2, go32 is no longer
> needed. So are all the go32 enviroment variables no longer needed, or does
> CWSDPMI and/or GCC use any of these.
The go32 environment variables which make sense in v2.0 environment still
work. The GO32TMP directory (where the paging happens) is an example of
those who do.
> I can't get redirection to work if i set go32=2r1 ansi topline..... etc
This is an example of things which don't make sense under v2.0 (because
CWSDPMI has no real control of the application's I/O, this is now handled
by the library), and thus don't work.
The DJGPP FAQ list describes some of the aspects of moving from v1.x to
v2.0, and can be used as guidelines when questions such as those above
arise. When v2.0 is released, hopefully its README files will document
what environment variables are in use.
- Raw text -