From: opua AT aol DOT com (Opua) Newsgroups: comp.os.msdos.djgpp Subject: using DPMI (specifically, CWSDPMI) Lines: 20 NNTP-Posting-Host: ladder06.news.aol.com X-Admin: news AT aol DOT com Date: 16 Feb 2000 04:11:28 GMT Organization: AOL http://www.aol.com Message-ID: <20000215231128.03451.00000732@ng-fb1.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have an old DOS app running on a 486. I DESPARATELY need access to the 8 MBytes I have in the machine, but cannot get beyond the lower 640 k DOS limit. I have downloaded DJGPP and CWSDPMI, and a little test program shows i can indeed allocate up into this area. HURRAY! However... My app uses alot of MS specific C extensions and #includes DOS.H too. I don't have the time (or gray matter) to carefully re-write the code so it will compile with DJGPP. My Question: Is there a way i can just use CWSDPMI with my existing code? If so, do i just load it as a TSR? Any help would be greatly appreciated!!! Thanks, Jay