🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

error in gl.h

Started by
1 comment, last by oglnewbie 23 years, 11 months ago
ive never gotten this before. i get this error for each of the files that include "gl.h" c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1152) : error C2144: syntax error : missing '';'' before type ''void'' c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1152) : error C2501: ''WINGDIAPI'' : missing storage-class or type specifiers c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1152) : fatal error C1004: unexpected end of file found
Advertisement
You may need to include windows.h
You forgot a semicolon in one of the header files you included before gl.h.



-----------------------
Go for it.
OtakuCODE
-----------------------Go for it.OtakuCODE

This topic is closed to new replies.

Advertisement