| delorie.com/archives/browse.cgi | search |
| Date: | Mon, 26 Jul 1999 09:40:02 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | jeancom AT ms6 DOT hinet DOT net |
| cc: | djgpp AT delorie DOT com |
| Subject: | Re: ANNOUNCE: CWSDPMI r4 large memory bug workaround |
| In-Reply-To: | <7nf2o6$r3v@netnews.hinet.net> |
| Message-ID: | <Pine.SUN.3.91.990726093942.27650K-100000@is> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
On 25 Jul 1999 jeancom AT ms6 DOT hinet DOT net wrote:
> system("list textfile /e"); /* 16 bit protect mode appl program */
The DPMI spec prohibits mixing 16-bit and 32-bit DPMI clients in the
same session, section 6.8 of the DJGPP FAQ explains this. This means
you cannot invoke 16-bit DPMI programs fromn within a DJGPP program.
The fact that it works with CWSDPMI loaded resident is sheer luck: you
are playing with fire.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |