Hello all,
I'm trying to record tracking data from the Leap v4. I have had success with LeapC, but I am interested in using either C++ or C#. I was wondering if anyone would be kind enough to clarify a few things that I have struggled to find out independently.
The documentation mentions the C# bindings available to be used with Unity, I have been able to find the code on the git repo although that's where I get stuck. I'm not exactly sure on how to create a new C# project without Unity.
I have managed to build LeapCxx, and run the SampleCxx project with Visual Studio. The next step would be to have a new solution and project, and be able to include/link all of the necessary files. I have tried my best to include everything I can think of but I am still getting Linking errors, for example:
Severity Code Description Project File Line Suppression State
Error LNK2001 unresolved external symbol "public: virtual void _cdecl LeapListener::onConnect(class Leap::Controller const &)" (?onConnect@LeapListener@@UEAAXAEBVController@Leap@@@Z) ClearSky C:\dev\Clear_Sky\Clear_Sky\main.obj 1
Any advice or suggestions on reading topics would be greatly appreciated!
Thanks,
Cameron