chewieu
April 26th, 1999, 03:57 PM
Here is my problem - every time I try to build/link one of my OpenGL programs or an OpenGL example, I get the following three errors from my VC++ 6 comiler -
c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1135) : error C2144: syntax error : missing ';' before type 'void'
c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1135) : error C2501: 'WINGDIAPI' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1135) : fatal error C1004: unexpected end of file found
Now the thing that really makes my angry, is that these are errors are in the MS supplied OpenGL header files! I don't understand it... If anyone out there can help me, I would be really really really gratefull (been trying to find the prob for two weekends now). Thanks for reading this, and thanks for any help you can offer. Rob.
c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1135) : error C2144: syntax error : missing ';' before type 'void'
c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1135) : error C2501: 'WINGDIAPI' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\gl\gl.h(1135) : fatal error C1004: unexpected end of file found
Now the thing that really makes my angry, is that these are errors are in the MS supplied OpenGL header files! I don't understand it... If anyone out there can help me, I would be really really really gratefull (been trying to find the prob for two weekends now). Thanks for reading this, and thanks for any help you can offer. Rob.