Date: Wed, 10 Mar 1999 10:51:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: benjch cc: djgpp AT delorie DOT com Subject: Re: djgpp with windows nt In-Reply-To: <36e96181.1583972@news.cybercable.fr> 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 Tue, 9 Mar 1999, benjch wrote: > i am trying to made a projet for my school with allegro's directory > but my teacher has windows nt. I made some test, and the graphique > mode doesn't seen to work. Tough luck. NT doesn't allow programs to access I/O ports, so Allegro cannot support any graphics modes except the standard VGA ones. NT also doesn't allow the nearptr stuff, so if Allegro uses that, the corresponding features won't work either.