Mail Archives: djgpp/1997/10/08/04:55:46
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).
- Raw text -