Date: Tue, 21 Sep 1999 15:31:11 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Winston Kotzan cc: djgpp AT delorie DOT com Subject: Re: DMPI problem In-Reply-To: <7s0hja$50dc$1@newssvr04-int.news.prodigy.com> 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 Sat, 18 Sep 1999, Winston Kotzan wrote: > I would like my programs to run without DMPI. Is there a compiler switch I > can use on DJGPP that enables it to eliminate DMPI usage? DJGPP programs cannot run without DPMI. They need a way of calling DOS and BIOS from a protected-mode program, and DPMI is the interface that makes this possible.