Succinct
07-24-2001, 02:13 PM
I'm running and OpenGL program I'm writing on win2k pro with no hardware acceleration.
There's a rendering problem that only exhibits itself on my box at work, and I know this because I have tested it out on a bunch of others at work with different hardware/OSs.
So, I've concluded that it is a driver problem. While trying to figure out what it was, I noticed that there is a OpenGL.dll and an OpenGL32.dll in my WINNT/system directory. Same thing for the glu dlls. I wasn't able to remember which one is the correct one, so I just renamed them all a little differently and ran the program again, figuring the computer would yell at me, saying "unable to locate library" or something similar, telling me just which file it was looking for (just like what happens w/ the GLUT).
Well, no such error occured. Even after restarting. Even after deleting the files altoghether (after saving them on the network).
Are the dlls only for accelerated rendering? How do I fix a "driver" problem if there's no "drivers" being used?
Thank you for your bandwidth,
-- Succinct
There's a rendering problem that only exhibits itself on my box at work, and I know this because I have tested it out on a bunch of others at work with different hardware/OSs.
So, I've concluded that it is a driver problem. While trying to figure out what it was, I noticed that there is a OpenGL.dll and an OpenGL32.dll in my WINNT/system directory. Same thing for the glu dlls. I wasn't able to remember which one is the correct one, so I just renamed them all a little differently and ran the program again, figuring the computer would yell at me, saying "unable to locate library" or something similar, telling me just which file it was looking for (just like what happens w/ the GLUT).
Well, no such error occured. Even after restarting. Even after deleting the files altoghether (after saving them on the network).
Are the dlls only for accelerated rendering? How do I fix a "driver" problem if there's no "drivers" being used?
Thank you for your bandwidth,
-- Succinct