Mail Archives: djgpp/2002/01/03/06:28:34
>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.
- Raw text -