Date: Wed, 8 Oct 1997 10:53:57 +0200 (IST) From: Eli Zaretskii To: Hans Ecke cc: djgpp AT delorie DOT com Subject: Re: Borland Pascal & CWSDPMI In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 7 Oct 1997, Hans Ecke wrote: > I would really like to use the DJGPP Environment, (to have a association > of unix & dos = the (perfect?) OS) but there is one check against it. If I > call "bp" = Borland Pascal with cwsdpmi resident in memory (e.g. > from inside of dos-bash) there will be an error "16 Bit DPMI not > allowed" (not literally). Do you know, what I can do about it? Sorry, this won't work. Borland Pascal is a 16-bit DPMI program whereas DJGPP produces 32-bit DPMI programs, and the DPMI spec forbids running these two types at the same time. There's only one thing you can do: switch to GNU Pascal (there's a DJGPP port in the v2gnu directory at the same place you get DJGPP).