Run a OpenGL programme in VC++ .NET

Who can tell me how to run a OpenGL programme with MFC and how to install the GLUT lib?

you may wish to elaborate on the first part of your question… but there are tutorials try http://nehe.gamedev.net

second part is you should install the glut.h file into Vc7/PlatformSDK/Include/gl and the glut32.lib in the Vc7/PlatformSDK/lib directory and the glut32.dll I usually throw into the WINDOWS/system directory or some other place where the PATH environment variable has been set to look.

Hi,

Try on this website: http://www.myopendemo.com

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