Waldemar Schultz escribió:
BTW why didn't you suggest just to go to the GRX24 directory and execute "make -f makefile.w32" ?
I simple didn't changed the instructions of previous releases, and I think you have better control about what you are doing in this way.
report for my w32 installation WIN98 SE / MATROX G 450: some of the test progams behave very different with respect to the DJ2 installation:
Thanks, for your report, but note that te win32 version is in alpha stage an is very slow, it needs work.
most are very slow and have only resolution 640x480.
What says modetest about?, You can set the GRX20DRV in the usual way.
Keys (input window != output window)
Spected, because the text mode doesn't work perfectly.
CircTest (too fast)
This is because the sleep function in Win32 accept milisecond resolution, and only seconds in DJ. A new API routine in 2.4.1 'GrSleep' will fix that.
MouseTest (bad colors, unreadable text, wrong mouse mode, visible mouse
tracks) maybe an xor problem TextPatt (bad background)
This is because logical operations for 8 bpp are wrong implemented (the 24bpp works well), they must operate over color indices.
M.Alvarez