xunhuan
11-06-2003, 07:38 PM
Hello,
I have a NVidia GF4 MX video card, and I would like to use hardware acceleration in my OpenGL program.
However, when I check the PIXELFORMATDESCRIPTOR, there is no hardware acceleration(PFD_GENERIC_ACCELERATED&pfd.dwFlags == false).
I've already installed the OpenGL driver from the video card. It's nvoglnt.dll in System32 directory. I am wondering how I can use the new driver from my code?
I also tried to copy the nvoglnt.dll file in my source code directory ,and rename it to OpenGL32.dll. But it generates an error: "The procedure entry point glMap2f could not be located in the dynamic link library OPENGL32.dll".
I will appreciate your help.
I have a NVidia GF4 MX video card, and I would like to use hardware acceleration in my OpenGL program.
However, when I check the PIXELFORMATDESCRIPTOR, there is no hardware acceleration(PFD_GENERIC_ACCELERATED&pfd.dwFlags == false).
I've already installed the OpenGL driver from the video card. It's nvoglnt.dll in System32 directory. I am wondering how I can use the new driver from my code?
I also tried to copy the nvoglnt.dll file in my source code directory ,and rename it to OpenGL32.dll. But it generates an error: "The procedure entry point glMap2f could not be located in the dynamic link library OPENGL32.dll".
I will appreciate your help.