Console sample code not working Windows 10

We use a D435 Real Sense, and bought the Nuitrack Licence. C# project and nuitrack_c11_sample works so installation and path configuration are ok.
We tried compiling and running the nuitrack_console_sample code. But it doesn’t work. We have an Application Error : “The applaciation was unable to start correctly (0xc000007b)”. It seems there is an issue with Nuitrack::init, why ?

Hi Pan,

This issue caused by mixing 32-bit and 64-bit binaries. What is your OS architecture? Is it 32-bit or 64-bit? If it’s 64-bit OS please make sure you’re using 64-bit compiler and 64-bit version of Nuitrack (nuitrack-win64.zip).

Hi Olga,

This is still an issue on Windows 10 x64 bit.

The example console project seems to be configured for x32 and there doesn’t seem to be a way to switch it to x64 even if you have nuitrack-win64.zip installed.

Can you check if your example project has a x64 configuration?

Hi Figaro,

Please advise what compiler do you use? You have to use 64-bit compiler and set ‘64-bit’ in Project Settings. Our sample project has x64 configuration for sure.