Advertisement

error in gl.h

Started by July 28, 2000 12:13 AM
1 comment, last by oglnewbie 24 years, 3 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
You may need to include windows.h
Advertisement
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