我一直在使用 Java 玩跳跃运动,这很好.. 但后来我尝试使用 C++,但我似乎无法让它发挥作用。我正在使用 Visual Studio 2012 并正确设置库和包含目录。尽管如此,我总是以这个错误告终:
1>Sample.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: virtual __thiscall Leap::Interface::~Interface(void)" (__imp_??1Interface@Leap@@MAE@XZ) referenced in function "public: virtual __thiscall Leap::FingerList::~FingerList(void)" (??1FingerList@Leap@@UAE@XZ)
这只是错误之一,但我最终得到了 50(这意味着 LeapMotion 没有识别任何功能,尽管可视化器确实显示了数据)。
有人可以帮我吗?
谢谢!