Xref: news2.mv.net comp.os.msdos.djgpp:6176 From: Newsgroups: comp.os.msdos.djgpp Subject: Re: spawning 16 bit DPMI apps from a DJGPP/CWSDMPI app Date: Fri, 19 Jul 1996 15:19:42 CDT Organization: Rice University, Houston, Texas Lines: 6 Message-ID: <31efeceb.sandmann@clio.rice.edu> References: <31EFBFF3 DOT 5FA34DA9 AT frw DOT ruu DOT nl> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > I have written an DJGPP app that needs to call an 16 bit DPMI app. You are in trouble then, since the DPMI 0.9 specification says this won't work. You might try buying a copy of 386MAX - it's DPMI 1.0 server might let you do this. You might try using the PMODE/DJ server since it's a one pass server. Else, avoid 16-bit DPMI completely.