Message-ID: <3419387B.3C96@bo.dada.it> Date: Fri, 12 Sep 1997 14:41:31 +0200 From: Diego Zuccato Organization: CyberSpace Software Labs BBS MIME-Version: 1.0 To: Vik Heyndrickx CC: djgpp-workers AT delorie DOT com Subject: Re: fread slowstart References: <3419259E DOT 1BAC AT rug DOT ac DOT be> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Vik Heyndrickx wrote: > Is DPMI 1.0, my handbook didn't specify this (for other DPMI calls it > does). So it was this that was already been talked about. Well, doesen't it return a 'shared' descriptor ? If so, then : if(DPMI==1.0) des=GetSharedDescriptor(...); else // DPMI 0.9 des=AllocateDescriptor(...); DosIntTable[OtherwiseUnusedIntNo]=des;