Does the crash also happen with the samples which are provided with the SDK? If not, can you please send us a minimal example which triggers the crash?
Yes, it does. The compiled binaries work, but not the provided samples compiled on my machines. The problem still lay in the instantiation of the SensorManager().
I am going to change the compiler version and see. But, I am afraid the problem is more in the intersection between the OS and the compiler.
Also can you please check that the Visual Studio loads the dlls from the bin folder of the RecFusion SDK and no dlls that are on your computer and might have a mismatching versions to those from SDK?
Hi, I haven’t had time to get back to the problem. However, I will probably have this or next month so I will keep you updated
The crash happens in, both, release and debug modes. I am quite sure that the binary loads the right DLLs as I copy them and the binary together to a new directory. Nevertheless, I will double or even triple check it with dumpbin/Dependecy Walker. I still need to do more investigation and testing. I keep you posted.
Sorry, I was mistaken. The compiled samples worked correctly, and on my side, the problem was the commented out call to RecFusionSDK::init(). Mentally, I am still in the RecFusion 1.3.6 version, apparently