OpenGL Error - Help!

Started by
3 comments, last by unrealt84 22 years, 5 months ago
Hi.. I am learnin openGL programming..just started a few minutes ago. Microsoft VC++ 6.0 gives me an quite a few errors while compiling gl.h here are the errors : d:\t1\gl.h(1152) : error C2144: syntax error : missing '';'' before type ''void'' d:\t1\gl.h(1152) : error C2501: ''WINGDIAPI'' : missing storage-class or type specifiers d:\t1\gl.h(1152) : fatal error C1004: unexpected end of file found Pls help.. Thanks.
Hmm..
Advertisement
Found a similar post..no problem now..thanks anyway.
Hmm..
u perhaps miss some punctuation,such as";",u know this one is so important in programming code.

and u perhaps forget to link the lib to the project,so it can''t find the definition of the class.


jerry2
Programming,make a whole new world.
jerry2The God creates the world, the world creates the nature,the nature creates human. Human create...Everything.
No, he forgot to include windows.h
Kippesoep
yep,maybe.

jerry2
Programming,make a whole new world.
jerry2The God creates the world, the world creates the nature,the nature creates human. Human create...Everything.

This topic is closed to new replies.

Advertisement