Date: Mon, 14 Oct 1996 07:59:09 +0200 (IST) From: Eli Zaretskii To: "John F. Bell" Cc: djgpp AT delorie DOT com Subject: Re: __djgpp_conventional_base In-Reply-To: <32619CFA.2BB5@xmission.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 13 Oct 1996, John F. Bell wrote: > But still, how often does __djgpp_conventional_base change? It depends on your DPMI server and certain other subtle factors. You should always retrieve its current value after you call any library function. It is safe to assume that the value will never change as long as you execute your own code and don't call any library function.