主题:opengl(VC++)编程的问题
我用的是VC6.0,选择console类型的项目,调用opengl编程,我的例子是照抄书上的,
我在include,lib文件都设置好了,头文件也包含了,就是报错,问题出在gl.h这个文件上,不知道怎么回事?
错误提示:
d:\vc++ 6.0\include\gl\gl.h(1152) : error C2144: syntax error : missing ';' before type 'void'
d:\vc++ 6.0\include\gl\gl.h(1152) : error C2501: 'WINGDIAPI' : missing storage-class or type specifiers
d:\vc++ 6.0\include\gl\gl.h(1152) : fatal error C1004: unexpected end of file found
望高手指教~~~
我在include,lib文件都设置好了,头文件也包含了,就是报错,问题出在gl.h这个文件上,不知道怎么回事?
错误提示:
d:\vc++ 6.0\include\gl\gl.h(1152) : error C2144: syntax error : missing ';' before type 'void'
d:\vc++ 6.0\include\gl\gl.h(1152) : error C2501: 'WINGDIAPI' : missing storage-class or type specifiers
d:\vc++ 6.0\include\gl\gl.h(1152) : fatal error C1004: unexpected end of file found
望高手指教~~~