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

embedded/2025/1/8 5:51:25/

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.ppmy.cn/embedded/151921.html

相关文章

一个简单的调用函数的判断素数Matlab代码

num 29; % 输入要检查的数字 if isPrime(num)fprintf(%d 是一个素数。\n, num); elsefprintf(%d 不是一个素数。\n, num); end判断素数的函数 isPrime function result isPrime(n)if n < 1result false; % 1及以下不是素数elseif n 2result true; % 2 是素数elser…

kafka使用常见问题

连接不上kafka,报下边的错 org.apache.kafka.common.KafkaException: Producer is closed forcefully.at org.apache.kafka.clients.producer.internals.RecordAccumulator.abortBatches(RecordAccumulator.java:760) [kafka-clients-3.0.2.jar:na]at org.apache.kafka.client…

学习笔记 : MySQL进阶篇一之架构和日志文件

MySQL架构图 Connectors连接器&#xff1a;负责跟客户端建立连接 Management Serveices & Utilities系统管理和控制工具 Connection Pool连接池&#xff1a;管理用户连接&#xff0c;监听并接收连接的请求&#xff0c;转发所有连接的请求到线程管理模块 SQL Interface SQL接…

谷粒商城-高级篇-Sentinel-分布式系统的流量防卫兵

1、基本概念 1.1、熔断降级限流 1、什么是熔断 A 服务调用 B 服务的某个功能&#xff0c;由于网络不稳定问题&#xff0c;或者 B 服务卡机&#xff0c;导致功能时间超长。如果这样子的次数太多。我们就可以直接将 B 断路了&#xff08; A 不再请求 B 接口&#xff09;&#…

Nginx linux安装步骤(超详细)

官网下载 .tar.gz 压缩包 https://nginx.org/en/download.html 2. 执行 tar -zxvf xxxx.tar.gz 进行解压 3.cd nginx 进入nginx目录 4. ./configure 自动配置 5. make 6.make install 7.whereis nginx (查看nginx地址&#xff0c;并且cd 进入到 /nginx/sbin目录) 8. ./ngi…

网段划分和 IP 地址

1. IP 协议 IP 协议是网络层协议&#xff0c;主要负责在不同网络设备之间&#xff0c;进行数据包的地址分配和路由选择。 地址分配&#xff1a;为每个连接到公网的设备分配一个唯一的 IP 地址&#xff0c;确保数据能被准确地发送到目标设备。 数据分片和组装&#xff1a;当发…

Oracle中的TO_CHAR字符转化

在 Oracle 数据库中&#xff0c;TO_CHAR 函数用于将其他数据类型&#xff08;如数字、日期等&#xff09;转换为字符串。根据不同的使用场景&#xff0c;TO_CHAR 的功能可以非常灵活。以下是 TO_CHAR 函数的常见用法&#xff1a; 1. 将日期转换为字符串 TO_CHAR 可以将日期或时…

欧几里得距离在权重矩阵中的物理意义

欧几里得距离在权重矩阵中的物理意义 目录 欧几里得距离在权重矩阵中的物理意义**衡量神经元差异程度**:**反映模型变化程度**:**聚类和分组的依据**:自然语言处理中的模型更新:**神经网络聚类分组**:欧几里得距离在权重矩阵中的物理意义衡量神经元差异程度: 在神经网络中…