X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Rod Pemberton" Newsgroups: comp.os.msdos.djgpp Subject: Re: DPMI 0.9+ and 1.0 providers Date: Sun, 6 May 2007 23:36:24 -0400 Organization: Aioe.org NNTP Server Lines: 16 Message-ID: References: <20070503225934 DOT GE21994 AT sfbrgenetics DOT org> <463a878c DOT sandmann AT clio DOT rice DOT edu> <1178502144 DOT 669916 DOT 139170 AT o5g2000hsb DOT googlegroups DOT com> NNTP-Posting-Host: IVw7K97ih4IohxRqyKkqFw.user.aioe.org X-Complaints-To: abuse AT aioe DOT org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Priority: 3 X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MSMail-Priority: Normal To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Glaux" wrote in message news:1178502144 DOT 669916 DOT 139170 AT o5g2000hsb DOT googlegroups DOT com... > And have DMPI 1.0 some advantages for DJGPP programs ? Not sure, but they do have disadvantages. Windows 98/SE/ME only supports DPMI 0.9, plus math coprocessor and int 0x2f functions from DPMI 1.0. So, if you use other functions exclusive to DPMI 1.0, your application will run under real-mode DOS, but won't run under protected-mode Windows 98/SE/ME in a DOS-box or at the command prompt. So, do you have DOS installed? Rod Pemberton