Hi,
i recently started basic developing with the Eye Tribe camera but i got some newbish errors i guess.
I tried some basic gaze tracking with the SDK but i got plenty linking errors like this:
1>TET.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""public: __thiscall gtl::GazeApi::~GazeApi(void)" (??1GazeApi@gtl@@QAE@XZ)" in Funktion "__unwindfunclet$??0MyGaze@@QAE@XZ$0".
1>TET.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""public: void __thiscall gtl::GazeApi::add_listener(class gtl::IGazeListener &)" (?add_listener@GazeApi@gtl@@QAEXAAVIGazeListener@2@@Z)" in Funktion ""public: __thiscall MyGaze::MyGaze(void)" (??0MyGaze@@QAE@XZ)".
1>TET.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""public: bool __thiscall gtl::GazeApi::connect(bool)" (?connect@GazeApi@gtl@@QAE_N_N@Z)" in Funktion ""public: __thiscall MyGaze::MyGaze(void)" (??0MyGaze@@QAE@XZ)".
1>TET.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""public: __thiscall gtl::GazeApi::GazeApi(bool)" (??0GazeApi@gtl@@QAE@_N@Z)" in Funktion ""public: __thiscall MyGaze::MyGaze(void)" (??0MyGaze@@QAE@XZ)".
1>TET.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""public: void __thiscall gtl::GazeApi::disconnect(void)" (?disconnect@GazeApi@gtl@@QAEXXZ)" in Funktion ""public: virtual __thiscall MyGaze::~MyGaze(void)" (??1MyGaze@@UAE@XZ)".
1>TET.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""public: void __thiscall gtl::GazeApi::remove_listener(class gtl::IGazeListener &)" (?remove_listener@GazeApi@gtl@@QAEXAAVIGazeListener@2@@Z)" in Funktion ""public: virtual __thiscall MyGaze::~MyGaze(void)" (??1MyGaze@@UAE@XZ)".
I dont know what i forgot to link / compile / or else i did wrong.
Would be great if someone knows a solution!
Thanks in advance!