Problem:“error LNK2019: unresolved external symbol”
Posted: Mon Nov 05, 2012 8:51 am
I am trying to use the camera SDK to build my first camera program. I am using XP sp3,VS2008 and V120:SLIM camera. I followed the introduction.txt, but there were some errors came out when I tried to compile it. I have added the Camera SDK\include folder as the additional include directories which include the cameralibrary.h.
Here is the part of the error code:"1>CameraStart.obj : error LNK2019: unresolved external symbol "public: void __thiscall CameraLibrary::CameraManager::Shutdown(void)" (?Shutdown@CameraManager@CameraLibrary@@QAEXXZ) referenced in function _wmain"
Thanks for your help!
Here is the part of the error code:"1>CameraStart.obj : error LNK2019: unresolved external symbol "public: void __thiscall CameraLibrary::CameraManager::Shutdown(void)" (?Shutdown@CameraManager@CameraLibrary@@QAEXXZ) referenced in function _wmain"
Thanks for your help!