fatal error C1189: #error : Xiron Platform Abstraction Layer - Win32 - Microsoft Visual Studio versions above 2010 (10.0) are not supported! [closed]
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 ?
Closed for the following reason
question is off-topic or not relevant by
FooBar
close date 2014-10-30 12:40:05.749766
add a comment