• gl.h报错


    以下内容摘自:http://blog.csdn.net/kaphen/article/details/24721999

    头文件只有
    #include <glgl.h> //OpenGL Header

    #include <glglu.h> //GLu32 Header

    时候出现以下错误

    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1152): error C2144: 语法错误:“void”的前面应有“;”

    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1152): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1152): error C2146: 语法错误: 缺少“;”(在标识符“glAccum”的前面)
    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1152): error C2182: “APIENTRY”: 非法使用“void”类型
    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1152): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1153): error C2144: 语法错误:“void”的前面应有“;”
    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1153): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1153): error C2086: “int WINGDIAPI”: 重定义
    1>          c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1152) : 参见“WINGDIAPI”的声明
    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1153): error C2146: 语法错误: 缺少“;”(在标识符“glAlphaFunc”的前面)
    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1153): error C2182: “APIENTRY”: 非法使用“void”类型
    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1153): error C2086: “int APIENTRY”: 重定义
    1>          c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1152) : 参见“APIENTRY”的声明
    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1153): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1154): error C2146: 语法错误: 缺少“;”(在标识符“GLboolean”的前面)
    1>c:program files (x86)microsoft visual studio 10.0vcincludeglgl.h(1154): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int

    。。。。。。

    少加了一个头文件:

    #include <windows.h>  //Windows Header
    #include <glgl.h>   //OpenGL Header
    #include <glglu.h>   //GLu32 Header

    或者在预处理器定义添加:WIN32
  • 相关阅读:
    苹果和Google应该如何把二维码变成主流 | 36氪
    成绩换offer,中国版的Smarterer“一问一答”网站帮你把简历推荐给你想去的公司 | 36氪
    读过的一些书
    扫描QR码即可完成移动支付的LevelUp推出集合NFC、QR码等技术的移动支付终端,供商家免费使用 | 36氪
    “消息速递”团队推出“有声照片”,让照片同时拥有拍摄时的现场录音 | 36氪
    css3ps—ps直接生成css3 使用方法
    Google收购的Nik Software将会发力“服务器端图片处理”领域 | 36氪
    收藏本站
    让屏幕抖动一阵
    全中文日期显示
  • 原文地址:https://www.cnblogs.com/coolbear/p/6081848.html
Copyright © 2020-2023  润新知