Date: Sun, 21 Apr 1996 09:57:41 +0200 (IST) From: Eli Zaretskii To: "James W. Haefner" Cc: djgpp AT delorie DOT com Subject: Re: GRX2.0 and Win/NT In-Reply-To: <3176C77A.48E2@anolis.bnr.usu.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 18 Apr 1996, James W. Haefner wrote: > I'm running Windows NT3.51 and find that GCC > works fine, contrary to a version of FAQ that I read. Thanks for the info. The next version of the FAQ will correct that. > My problem is that GRX2.0 does not correctly recognize the S3 > video driver in my system. The include test MODETEST.EXE > thinks I only have standard VGA and will only give (albeit > correctly) low resolution 640x480 output. When I move > the same exe file to my Window 3.11 system, it works > correctly. Any suggestions? If the recognition of the video hardware is based on acessing I/O ports with IN and OUT instructions (or `inp' and `outp' functions or their relatives), then the problem might be that WinNT doesn't usually let an application access I/O ports.