View Full Version : glut error
45 C:\Dev-Cpp\include\gl\glut.h redeclaration of C++ built-in type `short' I get this error when I incdlude glut.h, anyone know why ?
dorbie
11-14-2005, 02:54 PM
I'd guess that glut is typedefing a short type that's supported as an intrinsic type by your compiler.
Are you sure you are using the header appropriate to your platform, and/or GLUT has been ported to your platform?
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.