-
OPENGL.DLL
When starting a C++ program, The following error pops up: A required .DLL file, OPENGL.DLL, was not found.
-
Re: OPENGL.DLL
assuming you built the program
you could link opengl32.lib (for windows)
not opengl.lib
anyway without that change either put opengl.dll (or opengl32.dll) in the folder your app is in
or better yet in the c:\windows\system folder
....
needless to say if you dont have this you can get it from http://download.microsoft.com/downlo...S/Opengl95.exe
for opengl32.dll
or http://www.berkelium.com/OpenGL/sgi-download.html
for opengl.dll
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules