View Full Version : GLUT questions
Do I need to link to any libaries when i compile a program with visual c++ involving GLUT?
Well, yeah. You need to link to GLUT, at least. Probably also GL and GLU too.
MrShoe
06-30-2001, 05:41 PM
You need to link the GLUT, GLU, and GL libraries, but you only need to include the glut.h header
I figured out what was wrong, had to mess with a couple of the project settings to get it to compile.
I have been using MFC code to setup my windows. Finally got GLUT to work =].
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.