-
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?
-
Advanced Member
Frequent Contributor
Re: Run a OpenGL programme in VC++ .NET
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.
-
Re: Run a OpenGL programme in VC++ .NET
Hi,
Try on this website: http://www.myopendemo.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules