I’m here because i have a little problem, like in the tittle: i’m trying to put my app into windows (i’m on a Mac), and for this, i’m using parrallels desktop. Every app are working great, but this one in need the leapMotion, and i really do not know how to deal with this problem.
I download the librairy and the SDK (but i think it is because i don’t know where i need to put what file of the SDK in my project)…
Anyone have a little solution to help me
VS told me that i have 33 problems, and all are like this:
> Error 2 error LNK2019: unresolved external symbol "__declspec(dllimport) protected: __thiscall Leap::Interface::Interface(class Leap::Interface const &)" (__imp_??0Interface@Leap@@IAE@ABV01@@Z) referenced in function "public: __thiscall Leap::Hand::Hand(class Leap::Hand const &)" (??0Hand@Leap@@QAE@ABV01@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 3 error LNK2001: unresolved external symbol "__declspec(dllimport) protected: __thiscall Leap::Interface::Interface(class Leap::Interface const &)" (__imp_??0Interface@Leap@@IAE@ABV01@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 4 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::Frame::~Frame(void)" (??1Frame@Leap@@UAE@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 5 error LNK2001: unresolved external symbol "__declspec(dllimport) protected: virtual __thiscall Leap::Interface::~Interface(void)" (__imp_??1Interface@Leap@@MAE@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 6 error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall Leap::HandList::count(void)const " (__imp_?count@HandList@Leap@@QBEHXZ) referenced in function "protected: virtual void __thiscall ofxLeapMotion::onFrameInternal(class Leap::Controller const &)" (?onFrameInternal@ofxLeapMotion@@MAEXABVController@Leap@@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 7 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::Hand __thiscall Leap::HandList::operator[](int)const " (__imp_??AHandList@Leap@@QBE?AVHand@1@H@Z) referenced in function "protected: virtual void __thiscall ofxLeapMotion::onFrameInternal(class Leap::Controller const &)" (?onFrameInternal@ofxLeapMotion@@MAEXABVController@Leap@@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 8 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Leap::Frame::Frame(void)" (__imp_??0Frame@Leap@@QAE@XZ) referenced in function "public: __thiscall ofxLeapMotion::ofxLeapMotion(void)" (??0ofxLeapMotion@@QAE@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 9 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall Leap::Frame::id(void)const " (__imp_?id@Frame@Leap@@QBE_JXZ) referenced in function "protected: virtual void __thiscall ofxLeapMotion::onFrameInternal(class Leap::Controller const &)" (?onFrameInternal@ofxLeapMotion@@MAEXABVController@Leap@@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 10 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::HandList __thiscall Leap::Frame::hands(void)const " (__imp_?hands@Frame@Leap@@QBE?AVHandList@2@XZ) referenced in function "protected: virtual void __thiscall ofxLeapMotion::onFrameInternal(class Leap::Controller const &)" (?onFrameInternal@ofxLeapMotion@@MAEXABVController@Leap@@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 11 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Leap::Controller::Controller(void)" (__imp_??0Controller@Leap@@QAE@XZ) referenced in function "public: __thiscall ofxLeapMotion::ofxLeapMotion(void)" (??0ofxLeapMotion@@QAE@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 12 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::Frame __thiscall Leap::Controller::frame(int)const " (__imp_?frame@Controller@Leap@@QBE?AVFrame@2@H@Z) referenced in function "protected: virtual void __thiscall ofxLeapMotion::onFrameInternal(class Leap::Controller const &)" (?onFrameInternal@ofxLeapMotion@@MAEXABVController@Leap@@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 13 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Leap::Listener::Listener(void)" (__imp_??0Listener@Leap@@QAE@XZ) referenced in function "public: __thiscall ofxLeapMotion::ofxLeapMotion(void)" (??0ofxLeapMotion@@QAE@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 14 error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall Leap::Listener::~Listener(void)" (__imp_??1Listener@Leap@@UAE@XZ) referenced in function __unwindfunclet$??0ofxLeapMotion@@QAE@XZ$0 \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 15 error LNK2001: unresolved external symbol "public: virtual void __thiscall Leap::Listener::onDeviceChange(class Leap::Controller const &)" (?onDeviceChange@Listener@Leap@@UAEXABVController@2@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 16 error LNK2001: unresolved external symbol "public: virtual void __thiscall Leap::Listener::onFocusGained(class Leap::Controller const &)" (?onFocusGained@Listener@Leap@@UAEXABVController@2@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 17 error LNK2001: unresolved external symbol "public: virtual void __thiscall Leap::Listener::onFocusLost(class Leap::Controller const &)" (?onFocusLost@Listener@Leap@@UAEXABVController@2@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 18 error LNK2001: unresolved external symbol "public: virtual void __thiscall Leap::Listener::onServiceConnect(class Leap::Controller const &)" (?onServiceConnect@Listener@Leap@@UAEXABVController@2@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 19 error LNK2001: unresolved external symbol "public: virtual void __thiscall Leap::Listener::onServiceDisconnect(class Leap::Controller const &)" (?onServiceDisconnect@Listener@Leap@@UAEXABVController@2@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\main.obj LeapMotionExample
> Error 20 error LNK2019: unresolved external symbol "__declspec(dllimport) protected: class Leap::Interface & __thiscall Leap::Interface::operator=(class Leap::Interface const &)" (__imp_??4Interface@Leap@@IAEAAV01@ABV01@@Z) referenced in function "public: class Leap::Hand & __thiscall Leap::Hand::operator=(class Leap::Hand const &)" (??4Hand@Leap@@QAEAAV01@ABV01@@Z) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 21 error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall Leap::Pointable::id(void)const " (__imp_?id@Pointable@Leap@@QBEHXZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 22 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::Pointable::tipPosition(void)const " (__imp_?tipPosition@Pointable@Leap@@QBE?AUVector@2@XZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 23 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::Pointable::tipVelocity(void)const " (__imp_?tipVelocity@Pointable@Leap@@QBE?AUVector@2@XZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 24 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::Finger::jointPosition(enum Leap::Finger::Joint)const " (__imp_?jointPosition@Finger@Leap@@QBE?AUVector@2@W4Joint@12@@Z) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 25 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::FingerList __thiscall Leap::Hand::fingers(void)const " (__imp_?fingers@Hand@Leap@@QBE?AVFingerList@2@XZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 26 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::Hand::palmPosition(void)const " (__imp_?palmPosition@Hand@Leap@@QBE?AUVector@2@XZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 27 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::Hand::palmNormal(void)const " (__imp_?palmNormal@Hand@Leap@@QBE?AUVector@2@XZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 28 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::Hand::direction(void)const " (__imp_?direction@Hand@Leap@@QBE?AUVector@2@XZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 29 error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Leap::Hand::isLeft(void)const " (__imp_?isLeft@Hand@Leap@@QBE_NXZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 30 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::Finger __thiscall Leap::FingerList::operator[](int)const " (__imp_??AFingerList@Leap@@QBE?AVFinger@1@H@Z) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 31 error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Leap::Controller::isConnected(void)const " (__imp_?isConnected@Controller@Leap@@QBE_NXZ) referenced in function "public: bool __thiscall ofxLeapMotion::isConnected(void)" (?isConnected@ofxLeapMotion@@QAE_NXZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 32 error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Leap::Controller::addListener(class Leap::Listener &)" (__imp_?addListener@Controller@Leap@@QAE_NAAVListener@2@@Z) referenced in function "public: void __thiscall ofxLeapMotion::open(void)" (?open@ofxLeapMotion@@QAEXXZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 33 error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Leap::Controller::removeListener(class Leap::Listener &)" (__imp_?removeListener@Controller@Leap@@QAE_NAAVListener@2@@Z) referenced in function "public: void __thiscall ofxLeapMotion::close(void)" (?close@ofxLeapMotion@@QAEXXZ) \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\ofApp.obj LeapMotionExample
> Error 34 error LNK1120: 30 unresolved externals \\psf\Home\Documents\OF_windows\apps\myApps\LeapMotion2Example\bin\LeapMotionExample_debug.exe 1 1 LeapMotionExample
I’m steel on the prgram, and did exactly what you say, but little problem, i still have this, i will try to find other solutions, buy if you have any idea to help me, i’ll be hppy to read them :
> Error 12 error LNK2019: unresolved external symbol "__declspec(dllimport) protected: __thiscall Leap::Interface::Interface(class Leap::Interface const &)" (__imp_??0Interface@Leap@@IAE@ABV01@@Z) referenced in function "public: __thiscall Leap::Hand::Hand(class Leap::Hand const &)" (??0Hand@Leap@@QAE@ABV01@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 13 error LNK2001: unresolved external symbol "__declspec(dllimport) protected: __thiscall Leap::Interface::Interface(class Leap::Interface const &)" (__imp_??0Interface@Leap@@IAE@ABV01@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 14 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::Frame::~Frame(void)" (??1Frame@Leap@@UAE@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 15 error LNK2001: unresolved external symbol "__declspec(dllimport) protected: virtual __thiscall Leap::Interface::~Interface(void)" (__imp_??1Interface@Leap@@MAE@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 16 error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall Leap::HandList::count(void)const " (__imp_?count@HandList@Leap@@QBEHXZ) referenced in function "protected: virtual void __thiscall ofxLeapMotion::onFrameInternal(class Leap::Controller const &)" (?onFrameInternal@ofxLeapMotion@@MAEXABVController@Leap@@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 17 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::Hand __thiscall Leap::HandList::operator[](int)const " (__imp_??AHandList@Leap@@QBE?AVHand@1@H@Z) referenced in function "protected: virtual void __thiscall ofxLeapMotion::onFrameInternal(class Leap::Controller const &)" (?onFrameInternal@ofxLeapMotion@@MAEXABVController@Leap@@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 18 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Leap::Frame::Frame(void)" (__imp_??0Frame@Leap@@QAE@XZ) referenced in function "public: __thiscall ofxLeapMotion::ofxLeapMotion(void)" (??0ofxLeapMotion@@QAE@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 19 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall Leap::Frame::id(void)const " (__imp_?id@Frame@Leap@@QBE_JXZ) referenced in function "protected: virtual void __thiscall ofxLeapMotion::onFrameInternal(class Leap::Controller const &)" (?onFrameInternal@ofxLeapMotion@@MAEXABVController@Leap@@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 20 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::HandList __thiscall Leap::Frame::hands(void)const " (__imp_?hands@Frame@Leap@@QBE?AVHandList@2@XZ) referenced in function "protected: virtual void __thiscall ofxLeapMotion::onFrameInternal(class Leap::Controller const &)" (?onFrameInternal@ofxLeapMotion@@MAEXABVController@Leap@@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 21 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Leap::Controller::Controller(void)" (__imp_??0Controller@Leap@@QAE@XZ) referenced in function "public: __thiscall ofxLeapMotion::ofxLeapMotion(void)" (??0ofxLeapMotion@@QAE@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 22 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::Frame __thiscall Leap::Controller::frame(int)const " (__imp_?frame@Controller@Leap@@QBE?AVFrame@2@H@Z) referenced in function "protected: virtual void __thiscall ofxLeapMotion::onFrameInternal(class Leap::Controller const &)" (?onFrameInternal@ofxLeapMotion@@MAEXABVController@Leap@@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 23 error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Leap::Frame __thiscall Leap::Controller::frame(int)const " (__imp_?frame@Controller@Leap@@QBE?AVFrame@2@H@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 24 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Leap::Listener::Listener(void)" (__imp_??0Listener@Leap@@QAE@XZ) referenced in function "public: __thiscall ofxLeapMotion::ofxLeapMotion(void)" (??0ofxLeapMotion@@QAE@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 25 error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall Leap::Listener::~Listener(void)" (__imp_??1Listener@Leap@@UAE@XZ) referenced in function __unwindfunclet$??0ofxLeapMotion@@QAE@XZ$0 C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 26 error LNK2001: unresolved external symbol "public: virtual void __thiscall Leap::Listener::onDeviceChange(class Leap::Controller const &)" (?onDeviceChange@Listener@Leap@@UAEXABVController@2@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 27 error LNK2001: unresolved external symbol "public: virtual void __thiscall Leap::Listener::onFocusGained(class Leap::Controller const &)" (?onFocusGained@Listener@Leap@@UAEXABVController@2@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 28 error LNK2001: unresolved external symbol "public: virtual void __thiscall Leap::Listener::onFocusLost(class Leap::Controller const &)" (?onFocusLost@Listener@Leap@@UAEXABVController@2@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 29 error LNK2001: unresolved external symbol "public: virtual void __thiscall Leap::Listener::onServiceConnect(class Leap::Controller const &)" (?onServiceConnect@Listener@Leap@@UAEXABVController@2@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 30 error LNK2001: unresolved external symbol "public: virtual void __thiscall Leap::Listener::onServiceDisconnect(class Leap::Controller const &)" (?onServiceDisconnect@Listener@Leap@@UAEXABVController@2@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\main.obj appenzeller_windows
> Error 31 error LNK2019: unresolved external symbol "__declspec(dllimport) protected: class Leap::Interface & __thiscall Leap::Interface::operator=(class Leap::Interface const &)" (__imp_??4Interface@Leap@@IAEAAV01@ABV01@@Z) referenced in function "public: class Leap::Frame & __thiscall Leap::Frame::operator=(class Leap::Frame const &)" (??4Frame@Leap@@QAEAAV01@ABV01@@Z) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 32 error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall Leap::Pointable::id(void)const " (__imp_?id@Pointable@Leap@@QBEHXZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 33 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::Pointable::tipPosition(void)const " (__imp_?tipPosition@Pointable@Leap@@QBE?AUVector@2@XZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 34 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::Pointable::tipVelocity(void)const " (__imp_?tipVelocity@Pointable@Leap@@QBE?AUVector@2@XZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 35 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::Finger::jointPosition(enum Leap::Finger::Joint)const " (__imp_?jointPosition@Finger@Leap@@QBE?AUVector@2@W4Joint@12@@Z) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 36 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::FingerList __thiscall Leap::Hand::fingers(void)const " (__imp_?fingers@Hand@Leap@@QBE?AVFingerList@2@XZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 37 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::Hand::palmPosition(void)const " (__imp_?palmPosition@Hand@Leap@@QBE?AUVector@2@XZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 38 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::Hand::palmNormal(void)const " (__imp_?palmNormal@Hand@Leap@@QBE?AUVector@2@XZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 39 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::Hand::direction(void)const " (__imp_?direction@Hand@Leap@@QBE?AUVector@2@XZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 40 error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Leap::Hand::isLeft(void)const " (__imp_?isLeft@Hand@Leap@@QBE_NXZ) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 41 error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum Leap::Gesture::Type __thiscall Leap::Gesture::type(void)const " (__imp_?type@Gesture@Leap@@QBE?AW4Type@12@XZ) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 42 error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum Leap::Gesture::State __thiscall Leap::Gesture::state(void)const " (__imp_?state@Gesture@Leap@@QBE?AW4State@12@XZ) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 43 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Leap::SwipeGesture::SwipeGesture(class Leap::Gesture const &)" (__imp_??0SwipeGesture@Leap@@QAE@ABVGesture@1@@Z) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 44 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::SwipeGesture::startPosition(void)const " (__imp_?startPosition@SwipeGesture@Leap@@QBE?AUVector@2@XZ) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 45 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::SwipeGesture::position(void)const " (__imp_?position@SwipeGesture@Leap@@QBE?AUVector@2@XZ) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 46 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Leap::CircleGesture::CircleGesture(class Leap::Gesture const &)" (__imp_??0CircleGesture@Leap@@QAE@ABVGesture@1@@Z) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 47 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::CircleGesture::center(void)const " (__imp_?center@CircleGesture@Leap@@QBE?AUVector@2@XZ) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 48 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::CircleGesture::normal(void)const " (__imp_?normal@CircleGesture@Leap@@QBE?AUVector@2@XZ) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 49 error LNK2019: unresolved external symbol "__declspec(dllimport) public: float __thiscall Leap::CircleGesture::progress(void)const " (__imp_?progress@CircleGesture@Leap@@QBEMXZ) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 50 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Leap::ScreenTapGesture::ScreenTapGesture(class Leap::Gesture const &)" (__imp_??0ScreenTapGesture@Leap@@QAE@ABVGesture@1@@Z) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 51 error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct Leap::Vector __thiscall Leap::ScreenTapGesture::position(void)const " (__imp_?position@ScreenTapGesture@Leap@@QBE?AUVector@2@XZ) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 52 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Leap::KeyTapGesture::KeyTapGesture(class Leap::Gesture const &)" (__imp_??0KeyTapGesture@Leap@@QAE@ABVGesture@1@@Z) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 53 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::Finger __thiscall Leap::FingerList::operator[](int)const " (__imp_??AFingerList@Leap@@QBE?AVFinger@1@H@Z) referenced in function "public: class std::vector<class ofxLeapMotionSimpleHand,class std::allocator<class ofxLeapMotionSimpleHand> > __thiscall ofxLeapMotion::getSimpleHands(void)" (?getSimpleHands@ofxLeapMotion@@QAE?AV?$vector@VofxLeapMotionSimpleHand@@V?$allocator@VofxLeapMotionSimpleHand@@@std@@@std@@XZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 54 error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall Leap::GestureList::count(void)const " (__imp_?count@GestureList@Leap@@QBEHXZ) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 55 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::Gesture __thiscall Leap::GestureList::operator[](int)const " (__imp_??AGestureList@Leap@@QBE?AVGesture@1@H@Z) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 56 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::GestureList __thiscall Leap::Frame::gestures(void)const " (__imp_?gestures@Frame@Leap@@QBE?AVGestureList@2@XZ) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 57 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Leap::GestureList __thiscall Leap::Frame::gestures(class Leap::Frame const &)const " (__imp_?gestures@Frame@Leap@@QBE?AVGestureList@2@ABV12@@Z) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 58 error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Leap::Frame::isValid(void)const " (__imp_?isValid@Frame@Leap@@QBE_NXZ) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 59 error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Leap::Frame::operator==(class Leap::Frame const &)const " (__imp_??8Frame@Leap@@QBE_NABV01@@Z) referenced in function "public: void __thiscall ofxLeapMotion::updateGestures(void)" (?updateGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 60 error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Leap::Controller::addListener(class Leap::Listener &)" (__imp_?addListener@Controller@Leap@@QAE_NAAVListener@2@@Z) referenced in function "public: void __thiscall ofxLeapMotion::open(void)" (?open@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 61 error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Leap::Controller::removeListener(class Leap::Listener &)" (__imp_?removeListener@Controller@Leap@@QAE_NAAVListener@2@@Z) referenced in function "public: void __thiscall ofxLeapMotion::close(void)" (?close@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 62 error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall Leap::Controller::enableGesture(enum Leap::Gesture::Type,bool)const " (__imp_?enableGesture@Controller@Leap@@QBEXW4Type@Gesture@2@_N@Z) referenced in function "public: void __thiscall ofxLeapMotion::setupGestures(void)" (?setupGestures@ofxLeapMotion@@QAEXXZ) C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\ofApp.obj appenzeller_windows
> Error 63 error LNK1120: 48 unresolved externals C:\Users\scale\Desktop\OF\apps\myApps\appenzeller_windows\bin\appenzeller_windows_debug.exe appenzeller_windows