troubles installing glut

Started by
-1 comments, last by dk32321 18 years, 5 months ago
i am getting compiler errors when i try to install glut, here is what i did to install glut. (note:I am using dev c++ 4.9) 1. in the include folder i made a folder called GL and put the glut.h header file in there. 2. put the glut32.dll file in the system folder. 3. put the glut32.lib file in the compiler lib folder 4. in my cpp file i included #include<GL\glut.h> here are the errors I get 1 C:\Dev-Cpp\gluttest.cpp In file included from C:/Dev-Cpp/gluttest.cpp 50 C:\Dev-Cpp\include\gl\glut.h redeclaration of C++ built-in type `wchar_t' if anybody can help me i will appreciate it. [Edited by - dk32321 on November 20, 2005 2:52:15 PM]

This topic is closed to new replies.

Advertisement