From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: Stub and DPMI server... Date: Mon, 11 Oct 1999 18:53:28 -0700 Organization: Harvey Mudd College Lines: 21 Message-ID: <38029498.6B13FFFB@hmc.edu> References: <7tttfv$178l$1 AT bnews DOT gigabell DOT net> NNTP-Posting-Host: mercury.st.hmc.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: nntp1.interworld.net 939693252 85187 134.173.45.219 (12 Oct 1999 01:54:12 GMT) X-Complaints-To: usenet AT nntp1 DOT interworld DOT net NNTP-Posting-Date: 12 Oct 1999 01:54:12 GMT X-Mailer: Mozilla 4.61 [en] (X11; U; Linux 2.2.13pre12 i586) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Tobias Koch wrote: > > Hey there everybody ! > > I've been wondering if there is a decent internal stub available for DJGPP > which will do all the DPMI services so I can get rid of CWSDPMI which > actually sucks. I have encountered problems installing a mousehandler under > CWSDPMI services while under Windows it works just great. In general, no. There is PMODE, but it doesn't support virtual memory. Evidence from reading this newsgroup suggests that CWSDPMI is significantly less troublesome than Windows DPMI. Perhaps you could post the code that gives you trouble. There may be a subtle bug in your code (there are cases where Windows will allow illegal behavior that CWSDPMI catches), or it could be a bug in CWSDPMI (in which case it can be fixed). -- Nate Eldredge neldredge AT hmc DOT edu