Date: Wed, 16 Feb 2000 09:00:38 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Opua cc: djgpp AT delorie DOT com Subject: Re: using DPMI (specifically, CWSDPMI) In-Reply-To: <20000215231128.03451.00000732@ng-fb1.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 16 Feb 2000, Opua wrote: > 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. Try the DJGPP FAQ, it has some advice about this in chapters 17 and 18. > My Question: Is there a way i can just use CWSDPMI with my existing code? CWSDPMI won't solve your problems, because MSC programs are not DPMI programs, so they cannot benefit from a DPMI server such as CWSDPMI. You must recompile your code with DJGPP to use CWSDPMI.