osg运行时关于gl.h错误的问题解决

osg测试的时候,运行生成的代码,出现了如下的一堆错误问题:

14:09:17:921    生成开始于 14:09...
14:09:18:208    1>------ 已启动生成: 项目: Project3, 配置: Debug x64 ------
14:09:18:596    1>osgt1.cpp
14:09:18:932    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:966    1>(编译源文件“osgt1.cpp”)
14:09:18:966    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:966    1>(编译源文件“osgt1.cpp”)
14:09:18:966    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1158,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:966    1>(编译源文件“osgt1.cpp”)
14:09:18:966    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1158,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:966    1>(编译源文件“osgt1.cpp”)
14:09:18:966    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1158,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:966    1>(编译源文件“osgt1.cpp”)
14:09:18:966    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:966    1>    参见“WINGDIAPI”的声明
14:09:18:966    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1159,30): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:966    1>(编译源文件“osgt1.cpp”)
14:09:18:966    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1159,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:966    1>(编译源文件“osgt1.cpp”)
14:09:18:966    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:966    1>    参见“WINGDIAPI”的声明
14:09:18:966    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1159,11): error C2146: 语法错误: 缺少“;”(在标识符“GLboolean”的前面)
14:09:18:966    1>(编译源文件“osgt1.cpp”)
14:09:18:966    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1160,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:966    1>(编译源文件“osgt1.cpp”)
14:09:18:967    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1160,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:967    1>(编译源文件“osgt1.cpp”)
14:09:18:967    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1160,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:967    1>(编译源文件“osgt1.cpp”)
14:09:18:967    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:967    1>    参见“WINGDIAPI”的声明
14:09:18:967    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1161,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:967    1>(编译源文件“osgt1.cpp”)
14:09:18:967    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1161,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:967    1>(编译源文件“osgt1.cpp”)
14:09:18:967    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1161,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:967    1>(编译源文件“osgt1.cpp”)
14:09:18:967    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:967    1>    参见“WINGDIAPI”的声明
14:09:18:967    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1162,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:967    1>(编译源文件“osgt1.cpp”)
14:09:18:967    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1162,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:967    1>(编译源文件“osgt1.cpp”)
14:09:18:967    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1162,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:967    1>(编译源文件“osgt1.cpp”)
14:09:18:967    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:967    1>    参见“WINGDIAPI”的声明
14:09:18:967    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1163,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:967    1>(编译源文件“osgt1.cpp”)
14:09:18:967    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1163,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:967    1>(编译源文件“osgt1.cpp”)
14:09:18:967    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1163,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:967    1>(编译源文件“osgt1.cpp”)
14:09:18:967    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:967    1>    参见“WINGDIAPI”的声明
14:09:18:976    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1164,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:976    1>(编译源文件“osgt1.cpp”)
14:09:18:976    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1164,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:976    1>(编译源文件“osgt1.cpp”)
14:09:18:976    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1164,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:976    1>(编译源文件“osgt1.cpp”)
14:09:18:976    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:976    1>    参见“WINGDIAPI”的声明
14:09:18:976    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1165,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:976    1>(编译源文件“osgt1.cpp”)
14:09:18:976    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1165,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:976    1>(编译源文件“osgt1.cpp”)
14:09:18:976    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1165,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:976    1>(编译源文件“osgt1.cpp”)
14:09:18:976    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:976    1>    参见“WINGDIAPI”的声明
14:09:18:976    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1166,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:976    1>(编译源文件“osgt1.cpp”)
14:09:18:976    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1166,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:976    1>(编译源文件“osgt1.cpp”)
14:09:18:977    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1166,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:977    1>(编译源文件“osgt1.cpp”)
14:09:18:977    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:977    1>    参见“WINGDIAPI”的声明
14:09:18:977    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1167,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:977    1>(编译源文件“osgt1.cpp”)
14:09:18:977    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1167,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:977    1>(编译源文件“osgt1.cpp”)
14:09:18:977    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1167,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:977    1>(编译源文件“osgt1.cpp”)
14:09:18:977    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:977    1>    参见“WINGDIAPI”的声明
14:09:18:977    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1168,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:977    1>(编译源文件“osgt1.cpp”)
14:09:18:977    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1168,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:977    1>(编译源文件“osgt1.cpp”)
14:09:18:977    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1168,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:977    1>(编译源文件“osgt1.cpp”)
14:09:18:977    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:977    1>    参见“WINGDIAPI”的声明
14:09:18:977    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1169,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:977    1>(编译源文件“osgt1.cpp”)
14:09:18:977    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1169,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:977    1>(编译源文件“osgt1.cpp”)
14:09:18:977    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1169,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:977    1>(编译源文件“osgt1.cpp”)
14:09:18:977    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:977    1>    参见“WINGDIAPI”的声明
14:09:18:977    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1170,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:983    1>(编译源文件“osgt1.cpp”)
14:09:18:983    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1170,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:983    1>(编译源文件“osgt1.cpp”)
14:09:18:983    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1170,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:983    1>(编译源文件“osgt1.cpp”)
14:09:18:983    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:983    1>    参见“WINGDIAPI”的声明
14:09:18:983    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1171,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:983    1>(编译源文件“osgt1.cpp”)
14:09:18:983    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1171,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:983    1>(编译源文件“osgt1.cpp”)
14:09:18:983    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1171,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:983    1>(编译源文件“osgt1.cpp”)
14:09:18:983    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:983    1>    参见“WINGDIAPI”的声明
14:09:18:983    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1172,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:983    1>(编译源文件“osgt1.cpp”)
14:09:18:983    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1172,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:983    1>(编译源文件“osgt1.cpp”)
14:09:18:983    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1172,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:983    1>(编译源文件“osgt1.cpp”)
14:09:18:983    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:983    1>    参见“WINGDIAPI”的声明
14:09:18:983    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1173,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:983    1>(编译源文件“osgt1.cpp”)
14:09:18:983    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1173,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:983    1>(编译源文件“osgt1.cpp”)
14:09:18:992    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1173,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:992    1>(编译源文件“osgt1.cpp”)
14:09:18:992    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:992    1>    参见“WINGDIAPI”的声明
14:09:18:992    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1174,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:992    1>(编译源文件“osgt1.cpp”)
14:09:18:992    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1174,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:992    1>(编译源文件“osgt1.cpp”)
14:09:18:992    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1174,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:992    1>(编译源文件“osgt1.cpp”)
14:09:18:992    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:992    1>    参见“WINGDIAPI”的声明
14:09:18:992    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1175,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:992    1>(编译源文件“osgt1.cpp”)
14:09:18:992    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1175,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:992    1>(编译源文件“osgt1.cpp”)
14:09:18:992    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1175,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:992    1>(编译源文件“osgt1.cpp”)
14:09:18:992    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:992    1>    参见“WINGDIAPI”的声明
14:09:18:992    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1176,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:992    1>(编译源文件“osgt1.cpp”)
14:09:18:992    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1176,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1176,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:999    1>    参见“WINGDIAPI”的声明
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1177,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1177,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1177,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:999    1>    参见“WINGDIAPI”的声明
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1178,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1178,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1178,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:999    1>    参见“WINGDIAPI”的声明
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1179,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1179,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1179,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:999    1>    参见“WINGDIAPI”的声明
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1180,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1180,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1180,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:999    1>    参见“WINGDIAPI”的声明
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1181,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1181,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1181,1): error C2086: “int WINGDIAPI”: 重定义
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:18:999    1>    参见“WINGDIAPI”的声明
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1182,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1182,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:18:999    1>(编译源文件“osgt1.cpp”)
14:09:18:999    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1182,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:007    1>(编译源文件“osgt1.cpp”)
14:09:19:007    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:007    1>    参见“WINGDIAPI”的声明
14:09:19:007    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1183,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:007    1>(编译源文件“osgt1.cpp”)
14:09:19:007    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1183,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:007    1>(编译源文件“osgt1.cpp”)
14:09:19:007    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1183,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:007    1>(编译源文件“osgt1.cpp”)
14:09:19:007    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:007    1>    参见“WINGDIAPI”的声明
14:09:19:007    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1184,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:007    1>(编译源文件“osgt1.cpp”)
14:09:19:007    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1184,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:007    1>(编译源文件“osgt1.cpp”)
14:09:19:007    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1184,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:007    1>(编译源文件“osgt1.cpp”)
14:09:19:007    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:007    1>    参见“WINGDIAPI”的声明
14:09:19:008    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1185,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:008    1>(编译源文件“osgt1.cpp”)
14:09:19:008    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1185,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:008    1>(编译源文件“osgt1.cpp”)
14:09:19:008    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1185,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:008    1>(编译源文件“osgt1.cpp”)
14:09:19:008    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:008    1>    参见“WINGDIAPI”的声明
14:09:19:008    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1186,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:008    1>(编译源文件“osgt1.cpp”)
14:09:19:008    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1186,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:008    1>(编译源文件“osgt1.cpp”)
14:09:19:008    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1186,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:008    1>(编译源文件“osgt1.cpp”)
14:09:19:008    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:008    1>    参见“WINGDIAPI”的声明
14:09:19:008    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1187,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:008    1>(编译源文件“osgt1.cpp”)
14:09:19:008    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1187,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:008    1>(编译源文件“osgt1.cpp”)
14:09:19:008    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1187,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:008    1>(编译源文件“osgt1.cpp”)
14:09:19:008    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:008    1>    参见“WINGDIAPI”的声明
14:09:19:008    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1188,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:008    1>(编译源文件“osgt1.cpp”)
14:09:19:008    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1188,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:008    1>(编译源文件“osgt1.cpp”)
14:09:19:008    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1188,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:008    1>(编译源文件“osgt1.cpp”)
14:09:19:008    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:008    1>    参见“WINGDIAPI”的声明
14:09:19:014    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1189,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:014    1>(编译源文件“osgt1.cpp”)
14:09:19:014    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1189,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:014    1>(编译源文件“osgt1.cpp”)
14:09:19:014    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1189,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:014    1>(编译源文件“osgt1.cpp”)
14:09:19:014    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:014    1>    参见“WINGDIAPI”的声明
14:09:19:014    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1190,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:014    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1190,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1190,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:022    1>    参见“WINGDIAPI”的声明
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1191,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1191,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1191,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:022    1>    参见“WINGDIAPI”的声明
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1192,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1192,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1192,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:022    1>    参见“WINGDIAPI”的声明
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1193,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1193,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1193,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:022    1>    参见“WINGDIAPI”的声明
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1194,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1194,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1194,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:022    1>(编译源文件“osgt1.cpp”)
14:09:19:022    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:022    1>    参见“WINGDIAPI”的声明
14:09:19:022    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1195,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1195,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1195,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:029    1>    参见“WINGDIAPI”的声明
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1196,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1196,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1196,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:029    1>    参见“WINGDIAPI”的声明
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1197,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1197,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1197,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:029    1>    参见“WINGDIAPI”的声明
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1198,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1198,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1198,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:029    1>    参见“WINGDIAPI”的声明
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1199,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1199,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1199,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:029    1>    参见“WINGDIAPI”的声明
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1200,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1200,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1200,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:029    1>    参见“WINGDIAPI”的声明
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1201,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:029    1>(编译源文件“osgt1.cpp”)
14:09:19:029    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1201,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:035    1>(编译源文件“osgt1.cpp”)
14:09:19:035    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1201,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:035    1>(编译源文件“osgt1.cpp”)
14:09:19:035    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:035    1>    参见“WINGDIAPI”的声明
14:09:19:035    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1202,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:035    1>(编译源文件“osgt1.cpp”)
14:09:19:035    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1202,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:035    1>(编译源文件“osgt1.cpp”)
14:09:19:035    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1202,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:035    1>(编译源文件“osgt1.cpp”)
14:09:19:035    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:035    1>    参见“WINGDIAPI”的声明
14:09:19:036    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1203,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:036    1>(编译源文件“osgt1.cpp”)
14:09:19:036    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1203,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:036    1>(编译源文件“osgt1.cpp”)
14:09:19:036    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1203,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:036    1>(编译源文件“osgt1.cpp”)
14:09:19:036    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:036    1>    参见“WINGDIAPI”的声明
14:09:19:036    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1204,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:036    1>(编译源文件“osgt1.cpp”)
14:09:19:036    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1204,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:036    1>(编译源文件“osgt1.cpp”)
14:09:19:036    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1204,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:036    1>(编译源文件“osgt1.cpp”)
14:09:19:036    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:036    1>    参见“WINGDIAPI”的声明
14:09:19:036    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1205,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:036    1>(编译源文件“osgt1.cpp”)
14:09:19:036    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1205,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:036    1>(编译源文件“osgt1.cpp”)
14:09:19:036    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1205,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:036    1>(编译源文件“osgt1.cpp”)
14:09:19:036    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:036    1>    参见“WINGDIAPI”的声明
14:09:19:036    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1206,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:036    1>(编译源文件“osgt1.cpp”)
14:09:19:036    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1206,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:036    1>(编译源文件“osgt1.cpp”)
14:09:19:036    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1206,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:036    1>(编译源文件“osgt1.cpp”)
14:09:19:036    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:036    1>    参见“WINGDIAPI”的声明
14:09:19:043    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1207,11): error C2144: 语法错误:“void”的前面应有“;”
14:09:19:043    1>(编译源文件“osgt1.cpp”)
14:09:19:043    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1207,25): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
14:09:19:043    1>(编译源文件“osgt1.cpp”)
14:09:19:043    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1207,1): error C2086: “int WINGDIAPI”: 重定义
14:09:19:050    1>(编译源文件“osgt1.cpp”)
14:09:19:050    1>    C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1157,1):
14:09:19:050    1>    参见“WINGDIAPI”的声明
14:09:19:050    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\GL\gl.h(1207,1): error C1003: 错误计数超过 100;正在停止编译
14:09:19:050    1>(编译源文件“osgt1.cpp”)
14:09:19:050    1>已完成生成项目“Project3.vcxproj”的操作 - 失败。
14:09:19:096    ========== 生成: 0 成功,1 失败,0 最新,0 已跳过 ==========
14:09:19:096    ========== 生成 于 14:09 完成,耗时 01.230 秒 ==========

怎么解决呢?愁死了总是遇到一些奇奇怪怪的问题报出来!!!

经验证发现:添加头文件   #include <Windows.h>即可,问题解决了。

#include <Windows.h>
#include <osgDB/Registry>
#include <osgDB/ReadFile>
#include <osgDB/WriteFile>
#include <osg/Node>
#include <osgViewer/Viewer>

 

 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/diannao/66326.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

nginx-灰度发布策略(split_clients)

一. 简述&#xff1a; 基于客户端的灰度发布&#xff08;也称为蓝绿部署或金丝雀发布&#xff09;是一种逐步将新版本的服务或应用暴露给部分用户&#xff0c;以确保在出现问题时可以快速回滚并最小化影响的技术。对于 Nginx&#xff0c;可以通过配置和使用不同的模块来实现基于…

Meta 发布 Llama 3.3:一个性能和效率均有所提升的多语言模型

Meta 发布 Llama 3.3:一个性能和效率均有所提升的多语言模型 Meta 发布了 Llama 3.3,这是一款多语言大语言模型,旨在支持研究和行业中的一系列人工智能应用。该模型具有 128k 个 token 上下文窗口,并对架构进行了改进以提高效率,在推理、编码和多语言任务的基准测试中表现…

【NLP自然语言处理】Transformer模型的几大核心优势与应用前景

目录 &#x1f354; Transformer的并行计算 &#x1f354; Transformer架构的并行化过程 2.1 Transformer架构中Encoder的并行化 2.2 Transformer架构中Decoder的并行化 &#x1f354; Transformer的特征抽取能力 &#x1f354; 为什么说Transformer可以代替seq2seq? 4…

Maven中管理SNAPSHOT版本含义及作用

在开发过程中突然产生了一个疑问&#xff1a;IDEA中 maven deploy的依赖包的版本号,比如 1.0.0-SNAPSHOT是在哪配置的&#xff1f;在远程仓库中的版本和这个有关系吗 &#xff1f; 在 Maven 中&#xff0c;-SNAPSHOT 后缀是用于标识项目版本为快照&#xff08;Snapshot&#xf…

数据结构与算法之排序

9.1 排序的概念 1. 排序的定义 定义&#xff1a;排序是将表中的记录按关键字递增&#xff08;或递减&#xff09;有序排列的过程。说明&#xff1a;数据中可以存在相同关键字的记录。本章主要考虑递增排序。扩展&#xff1a;排序是数据处理中的基本操作之一&#xff0c;广泛应用…

《C++11》各种初始化方式的详细列举与对比

在 C 中&#xff0c;初始化对象的方式多种多样。随着 C 标准的演进&#xff0c;特别是 C11 的引入&#xff0c;初始化方式得到了显著的扩展和改进。本文将详细列举 C 中的各种初始化方式&#xff0c;并对它们进行对比&#xff0c;帮助开发者更好地理解和应用这些特性。 1. C98…

算法:两个升序单链表的合并

将两个按值排序的带头结点的单链表La和Lb排列成一个升序的 单链表&#xff0c;并返回一个新的单链表的表头指针 &#xff08;两个升序合并成升序&#xff0c;用尾插法&#xff09; LinkList Merge_LinkList(LNode* La, LNode* Lb) {//准备工作LNode* Lc;//新链表的头结点LNode…

基于 Python Django 的西西家居全屋定制系统(源码+部署+文档)

博主介绍&#xff1a;✌程序员徐师兄、7年大厂程序员经历。全网粉丝12w、csdn博客专家、掘金/华为云/阿里云/InfoQ等平台优质作者、专注于Java技术领域和毕业项目实战✌ &#x1f345;文末获取源码联系&#x1f345; &#x1f447;&#x1f3fb; 精彩专栏推荐订阅&#x1f447;…

25考研|重邮软件工程复试攻略!

与计算机一样&#xff0c;重邮复试不合格也很有可能被淘汰&#xff01;快快认真准备起来&#xff01; 一、复试内容 1、笔试&#xff1a;分值100 2、综合面试&#xff1a;满分100 主要考核考生的综合素质和业务能力&#xff0c;由各招生学院具体组织实施&#xff0c;综合面试…

如何制作重识别数据集及如何解决all query identities do not appear in gallery的问题

如何制作重识别数据集 数据集制作链接 注意点&#xff1a; 按照上述方式制作完成数据集之后&#xff0c;分别建立3个文件夹&#xff0c;分别为train&#xff0c;test&#xff0c;query&#xff0c; 值得注意的是&#xff0c;query文件里的相机编号要进行修改&#xff0c;修改…

链地址法(哈希桶)

链地址法&#xff08;哈希桶&#xff09; 解决冲突的思路 开放定址法中所有的元素都放到哈希表⾥&#xff0c;链地址法中所有的数据不再直接存储在哈希表中&#xff0c;哈希表 中存储⼀个指针&#xff0c;没有数据映射这个位置时&#xff0c;这个指针为空&#xff0c;有多个数…

【C语言】可移植性陷阱与缺陷(七): 除法运算时发生的截断

在C语言编程中&#xff0c;除法运算可能会引发一些与可移植性相关的问题&#xff0c;特别是当涉及到整数除法时发生的截断&#xff08;truncation&#xff09;。不同平台对于整数除法的行为和处理方式可能会有所不同&#xff0c;这可能导致代码在不同编译器或硬件平台上的行为不…

2. 模型和算法

1. 模型&#xff08;Model&#xff09; 模型指的是通过机器学习或其他方法从数据中提取出的一个数学结构或表示&#xff0c;它可以用于做出预测、分类、回归或其他决策任务。模型是机器学习的核心&#xff0c;它在一定程度上是数据的“抽象化”&#xff0c;用于表达输入与输出…

C++ 原子变量

C 原子变量 文章目录 C 原子变量1. 原子变量是什么&#xff1f;2. 原子操作的特点3. 原子变量的作用1. 多线程安全的共享数据访问2. 替代锁机制3. 实现低级同步算法 4. 原子变量的常见操作5. 内存顺序&#xff08;Memory Ordering&#xff09;内存顺序控制在原子变量中的作用如…

前后端分离架构设计与实现:构建现代Web应用的基石

前后端分离架构设计与实现&#xff1a;构建现代Web应用的基石 引言 随着互联网技术的发展&#xff0c;Web应用变得越来越复杂和多样化。传统的单体式架构难以满足快速迭代、团队协作以及性能优化的需求。前后端分离架构应运而生&#xff0c;它不仅提高了开发效率&#xff0c;…

了解RabbitMQ的工作原理

RabbitMQ是一个开源的消息代理系统&#xff0c;实现了高级消息队列协议&#xff08;AMQP&#xff09;。在现代分布式系统中&#xff0c;特别是在微服务架构中&#xff0c;RabbitMQ有广泛的应用。本文将详细介绍RabbitMQ的工作原理&#xff0c;并通过实践案例帮助读者理解和应用…

Excel中公式和函数的区别

Excel中公式和函数的区别 概念讲解例子公式函数 详细介绍函数面板最后再次进行演示操作文档 概念讲解 公式是用户自己编写的表达式&#xff0c;而函数是由Excel预定义的操作。公式可以包含各种数学运算符和逻辑表达式&#xff0c;函数则是执行特定任务的工具。公式可以引用其他…

分布式搜索引擎之elasticsearch基本使用3

分布式搜索引擎之elasticsearch基本使用3 1.部署单点es 1.1.创建网络 因为我们还需要部署kibana容器&#xff0c;因此需要让es和kibana容器互联。这里先创建一个网络&#xff1a; docker network create es-net1.2.加载镜像 这里我们采用elasticsearch的7.12.1版本的镜像&…

【FlutterDart】 拖动改变 widget 的窗口尺寸大小GestureDetector~简单实现(10 /100)

上效果 预期的是通过拖动一条边界线改变窗口大小&#xff0c;类似vscode里拖动效果。这个是简单的拖动实现 上代码&#xff1a; import package:flutter/material.dart;class MyDraggableViewDemo extends StatelessWidget {const MyDraggableViewDemo({super.key});override…

使用Dinky快速提交Flink operator任务

官网地址&#xff1a;K8s集成 | Dinky 1.目前使用版本 Dinky1.2.0、Flink1.18.1、Flink operator0.10.0 2.制作镜像 2.1创建DockerFile ARG FLINK_VERSION1.18.1 FROM flink:${FLINK_VERSION}-scala_2.12 RUN mkdir -p /opt/flink/usrlib COPY commons-cli-1.3.1.jar …