I’ve got some new OpenNI2 dynamic plugins working, but can’t figure out how to manage the libraries properly.
I am using NIWrapper.Net to use the OpenNI2 libraries in C#, and the problem is that to get things to work I have to copy the OpenNI2.dll file and its .ini file directly into the bin\Dynamic directory for things to work.
So how can I specify paths to needed libs not directly called out in the .csproj file? I tried loading OpenNI2.dll explicitly but that fails, and adding hint paths did not work. Thanks!