Date: Fri, 7 Jan 94 13:19:05 -0500 From: DJ Delorie To: kunst AT prl DOT philips DOT nl Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, sandmann AT clio DOT rice DOT edu Subject: Re: GO32 version 2.0 compatibility issues > Is it possible to indicate which parts of the GO32 environment > shouldn't better be used in order to assure upward compatibility > of our programs with GO32 version 2.0 ? In general, anything that runs under DPMI *now* will continue to work in DPMI later, unless you are using low-level routines that talk directly with go32. For example, if you call open() it will continue to work, but if you call turbo_assist()'s open function it will not. Functions like dosmemget, dosmemput, _go32_my_ds, etc... will continue to work, and they are required to run under DPMI now anyway.