Stack Overflow
02-11-2003, 09:46 AM
Hello,
I have had some problems with the OpenGL32.dll file provided for Windows 98 SE. The problem I have is that when I try to execute a program using OpenGL, it gives me the following error:
"The OPENGL32.DLL file is linked to missing export GDI32.DLL:GdiSwapBuffers."
I have done some research of how to solve this problem, and I found that Microsoft created an OpenGL32.dll update for Win98 here:
ftp://ftp2.camsoft.com/support/outgoing/opengl/opengl.exe
and after I installed the new DLL, it does not give me the GdiSwapBuffers Error, but it now gives me an error that glGenTextures and glBindTexutre cannot be found in the updated OpenGL32.dll:
"The file is linked to missing export OPENGL32.DLL:glBindTexture"
How can this problem be fixed? Is there an updated OpenGL32.dll I can download for Win98?
Thank You for any help.
- VC6-OGL
I have had some problems with the OpenGL32.dll file provided for Windows 98 SE. The problem I have is that when I try to execute a program using OpenGL, it gives me the following error:
"The OPENGL32.DLL file is linked to missing export GDI32.DLL:GdiSwapBuffers."
I have done some research of how to solve this problem, and I found that Microsoft created an OpenGL32.dll update for Win98 here:
ftp://ftp2.camsoft.com/support/outgoing/opengl/opengl.exe
and after I installed the new DLL, it does not give me the GdiSwapBuffers Error, but it now gives me an error that glGenTextures and glBindTexutre cannot be found in the updated OpenGL32.dll:
"The file is linked to missing export OPENGL32.DLL:glBindTexture"
How can this problem be fixed? Is there an updated OpenGL32.dll I can download for Win98?
Thank You for any help.
- VC6-OGL