XP port problems

I wrote a program in SUSE linux using Opengl GLUT and Cg. Now I am trying to port it to Windows. However, I have a problem. Windows does not appear to ship with a current version of OpenGL. or GLUT and hence, the program will not run unless I use MESA, but then it is all software rendering. Does anyone know where I can get the latest windows binaries of OpenGL and GLUT?

RTFAQ for GL:
http://www.opengl.org/resources/faq/getting_started.html
Particularly the part about extensions.

For glut, you can easily find glut 3.7 binaries lib and headers on the web.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.