getting started in windows

hi,
Quick question, I am trying to use Glut in windows (with vc++ 6) and whenever I try to run my code or the examples, I get: “the procedure entry point _glutCreateWindowWithExit could not be located in the dynamic link library glut32.dll” I think I recompiled the dll on my machine… any ideas?

thanks

Try downloading the precompiled DLLs and see if that solves your problem. If it does then something probably went awry when you recompiled it. Check to make sure you have all the proper project settings defined.
http://reality.sgi.com/mjk/glut3/#windows

The problem is perhaps mismatched dlls and libs. If you built it and did not update the glut32.lib or glut32.dll. It exists slighty different versions of GLUT.