Date: Mon, 26 Jul 1999 09:40:02 +0300 (IDT) From: Eli Zaretskii 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: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.