|
-
April 26th, 1999, 03:57 PM
#1
OpenGL Prob w/ VC++ 6
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|