Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

fatal error C1189: #error : Xiron Platform Abstraction Layer - Win32 - Microsoft Visual Studio versions above 2010 (10.0) are not supported!

image description

i have a problem when I was trying openni test like this :

fatal error C1189: #error : Xiron Platform Abstraction Layer - Win32 - Microsoft Visual Studio versions above 2010 (10.0) are not supported!

And then I remove this function in line 57 or 58 in XnPlatform

if _MSC_VER > 1600 // After MSVC8 (2010)

        #error Xiron Platform Abstraction Layer - Win32 - Microsoft Visual Studio versions above 2010 (10.0) are not supported!
    #endif

but when I building this code, the new XnPlatform can't save in it's folder

what should I do, to solute this error ?