Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE362A900@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: djgpp with windows nt Date: Wed, 10 Mar 1999 11:23:48 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com Eli Zaretskii writes: > 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. Allegro only uses nearptrs when it is using one of the SciTech VBE/AF drivers, which isn't a problem because those don't work under NT in any case. The VGA and VESA modes, and VBE/AF when using the FreeBE/AF drivers, work entirely with nearptrs. To the original poster: I don't have access NT myself, but I have heard that Allegro does work under it when using the basic 320x200 VGA mode. Your mileage may vary, though. The mouse stuff in particular is very likely not to work or even to lock up your machine, so you may well not be able to use that at all. Shawn Hargreaves.