OPENGL.DLL

When starting a C++ program, The following error pops up: A required .DLL file, OPENGL.DLL, was not found.

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/download/win95upg/info/1/W95/EN-US/Opengl95.exe

for opengl32.dll
or http://www.berkelium.com/OpenGL/sgi-download.html
for opengl.dll