|
From: Alan T. <ajt...@v-...> - 2022-08-23 09:52:16
|
It does not compile here with Microsoft Visual Studio Community 2019, Version 16.11.18 29>D:\fg\windows-3rd-party\msvc140\3rdparty.x64\include\openxr/openxr_platform.h(511,100): error C2061: syntax error: identifier 'IUnknown' 29>D:\fg\windows-3rd-party\msvc140\3rdparty.x64\include\openxr/openxr_platform.h(512,128): error C2061: syntax error: identifier 'IUnknown' 29>D:\fg\windows-3rd-party\msvc140\3rdparty.x64\include\openxr/openxr_platform.h(539,13): error C2143: syntax error: missing ';' before '*' 29>D:\fg\windows-3rd-party\msvc140\3rdparty.x64\include\openxr/openxr_platform.h(539,13): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 29>D:\fg\windows-3rd-party\msvc140\3rdparty.x64\include\openxr/openxr_platform.h(539,49): error C2238: unexpected token(s) preceding ';' 29>D:\fg\windows-3rd-party\msvc140\3rdparty.x64\include\openxr/openxr_platform.h(540,13): error C2143: syntax error: missing ';' before '*' 29>D:\fg\windows-3rd-party\msvc140\3rdparty.x64\include\openxr/openxr_platform.h(540,13): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 29>D:\fg\windows-3rd-party\msvc140\3rdparty.x64\include\openxr/openxr_platform.h(540,43): error C2238: unexpected token(s) preceding ';' Alan |