I’m using Visual Studio 2017 and a Realsense D435
When I try running the c# sample provided (trial version) the code stops at the Nuitrack.Init("") call within the MainForm() code
with the following error
Exception thrown: ‘System.DllNotFoundException’ in nuitrack.net.dll
An unhandled exception of type ‘System.DllNotFoundException’ occurred in nuitrack.net.dll
Unable to load DLL ‘libnuitrack’: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Unhandled Exception: System.DllNotFoundException: Unable to load DLL ‘libnuitrack’: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at nuitrack.NativeImporter.nuitrack_InitializeFromConfig(String config)
at nuitrack.NativeNuitrack.Init(String config)
at nuitrack.Nuitrack.Init(String config, NuitrackMode mode)
at nuitrack.MainForm…ctor() in C:\nuitrack\NuitrackSDK\Examples\nuitrack_csharp_sample\Program.cs:line 102
at nuitrack.Program.Main() in C:\nuitrack\NuitrackSDK\Examples\nuitrack_csharp_sample\Program.cs:line 21
The program ‘[10712] WindowsApplication.exe’ has exited with code 0 (0x0).
libnuitrack.dll is in the NUITRACK_HOME/bin folder, the environment variable is set.
Is this issue related to the trial version of the libraries? Other suggestions?