View Full Version : 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?
shinpaughp
02-27-2004, 08:44 PM
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.
cwc36
03-17-2004, 04:26 PM
Hi,
Try on this website: http://www.myopendemo.com
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.