opengl.dll not found

I’m trying to run a glut example from the open gl programming guide. It compiles and links fine, but when I run it, there’s a message telling me that OPENGL.DLL cannot be found on my path.

If I do not use glut, I can compile and run opengl programs. I’ve done a system search, and can only find NVOPENGL.DLL… seems this is the opengl driver for my geforce card.

I’m using Win2000 pro, VC++6.

Any idea what’s wrong?

Thanks in advance!

s’ok… fixed it by linking to glut32.lib instead of glut.lib

Cheers!
James