Date: Tue, 4 Apr 2000 14:03:46 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: VBE question In-Reply-To: <16d6b1d0.f3229061@usw-ex0105-036.remarq.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 3 Apr 2000, batchex wrote: > >On Sat, 1 Apr 2000, batchex wrote: > > > >> I've got around this problem by enabling near pointer and add > >> __djgpp_conventional_base_address to it. > > > >BAD idea, IMHO. Why compromise your system's integrity and stability for > >no good reason? Section 18.7 of the FAQ shows a better way of doing this. > > How does DPMI function 0x508 sound? Even worse: it's a DPMI v1 function, so most DPMI servers out there don't support it. What's wrong with the method suggested by the FAQ, anyway?