View Full Version : Cannot open include file: 'GL/glut.h' ??
d00_ape
07-14-2004, 10:56 PM
How may I get GLUT to run….??
I’ve downloaded glut 3.7 and where to put it?
The VC++ (6.0) compiler error is:
Cannot open include file: 'GL/glut.h' ??
I’m lost
pantxua
07-14-2004, 11:05 PM
You have to copy glut.h file in the repository Microsoft Visual Studio/VC98/Include/GL/.
You have also to copy lib file (glut32.lib) in the repository Microsoft Visual Studio/VC98/Lib/.
gumby
07-15-2004, 06:42 AM
IN VC, set the directories using the Tools->Options->Directories menu.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.