X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <3C343EFD.1B8345D4@teleline.es> Date: Thu, 03 Jan 2002 12:22:37 +0100 From: Mariano Alvarez Fernandez X-Mailer: Mozilla 4.5 [es] (Win98; I) X-Accept-Language: es MIME-Version: 1.0 To: djgpp AT delorie DOT com, the_juggernaut AT juno DOT com Subject: Re: grx Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com >OK, I've built GRX and I think I have it installed. I had problems >before because I'm not as familiar with DOS as I should be. I made the >test programs but almost all say this when run: > >GrSetMode: could not find suitable video driver > >I also tried making the hello world program from the documentation. It >compiled fine, but when I tried to link it, it had a bunch of "undefined >reference to:" errors. There's an error for every function in the >program, plus more for functions that I assume are being called by >functions in the program. I checked the include and lib subdirs and >found grx20.h, grxkeys.h, and libgrx20.a all where they should be. If it Remember to add the "-lgrx20" switch to your gcc compile line >helps, I have a Rage 128 Pro video card, and in autoexec.bat I have the >line: > >SET GRX20DRV=VESA gw 1024 gh 768 nc 256 > Try this: set GRX20DRV=stdvga and them run some test programs like "wintest" and "modetest" if it works ok, try: set GRX20DRV=VESA and run the same programs.