From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro Question ....under Windows NT ...from Victor Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <39EE0D5A DOT DE1DBF AT lmco DOT com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 30 X-Trace: /ba9QdnKjsq6gaXreXoDPcyMFWF9oPWk0Il7VmeladlO/LS9aBm/5EFx9lVXUKfMqA1IsEhNDKIm!+IdZ+d27J9l2Yu9fAXnPkoKOJQmyQVoFKCT2e+p9hLFURzCrDiqAa7kJn7X+WwvT5m4Z+G9DlZ49!B1QjUg== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Thu, 19 Oct 2000 05:24:29 GMT Distribution: world Date: Thu, 19 Oct 2000 05:24:29 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Wed, 18 Oct 2000 16:51:38 -0400, "Victor L. Miller" wrote: >These observations are mentioned ...... >That Windows NT does not support SVGA modes ....(?) yet >when in Windows Mode of NT I can go to very high resolution and color >depth on my >video board (Rage 128 - 16 Meg - very new and hot) ...... >I confirm exactly what others are saying .....only low (I mean really >LOW) res modes available >Do the Allegro "guys" Shawn Hargreaves and others know about this >Windows NT graphics mode problem ???? > >I would appreciate any comments you have / know on this general subject >(Medium to High resolution modes with Allegro under WindowsNT) To get anything over 320x200x8 in Windows NT, you have to use the Windows API. NT VDM does not support VESA (video BIOS extensions to access high resolution). To use the Windows API, I'd suggest a Windows version of GCC: http://www.mingw.org/ Allegro 3.9.3x works just fine with MinGW. --