码迷,mamicode.com
首页 > 其他好文 > 详细

OpenGL的gl.h出现一堆错误,如重定义什么的

时间:2017-08-04 01:13:04      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:str   strong   order   log   top   生成   pad   tom   clear   

问题:生成时提示 gl.h中出现一堆错误,如

error C2144: 语法错误 : “void”的前面应有“;”
error C2182: “APIENTRY” : 非法使用“void”类型
error C2086: “int APIENTRY” : 重定义
error C2146: 语法错误 : 缺少“;”(在标识符“glClearStencil”的前面)

 

 

解决办法:

#include <GL/gl.h>
#include <GL/glut.h>

前面加上

#include <windows.h>

 

参考

OpenGL的gl.h出现一堆错误,如重定义什么的

标签:str   strong   order   log   top   生成   pad   tom   clear   

原文地址:http://www.cnblogs.com/VVingerfly/p/7282776.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!