From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <9701071506.AA17084@clio.rice.edu> Subject: Re: Debuggers and mouse hooking (or maybe dpmi memory allocatio To: robert DOT hoehne AT mathematik DOT tu-chemnitz DOT de (Robert Hoehne) Date: Tue, 7 Jan 1997 09:06:08 -0600 (CST) Cc: billc AT blackmagic DOT tait DOT co DOT nz, salvador AT natacha DOT inti DOT edu DOT ar, djgpp-workers AT delorie DOT com In-Reply-To: from "Robert Hoehne" at Jan 7, 97 10:45:36 am Content-Type: text Content-Length: 489 > BTW: Is that correct, that we are calling a DPMI 1.0 function in the startup > code without checking the DPMI version? The DPMI version will only show 1.0 if ALL of the DPMI 1.0 functions are supported. The only known DPMI which this is true is 386MAX. But almost all DPMI providers support at least one DPMI 1.0 extension (such as the FPU state modification). There is no way to determine if a 1.0 function is supported other than trying it, which doesn't usually cause problems.