Advertisement
Guest User

Untitled

a guest
Apr 27th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. 1>------ Build started: Project: SeriousGamesUI, Configuration: Debug x64 ------
  2. 1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1611,5): warning : The referenced project '..\SeriousGamesLib\SeriousGamesLib.vcxproj' does not exist.
  3. 1> Moc'ing seriousgamesui.h...
  4. 1> Uic'ing seriousgamesui.ui...
  5. 1> Rcc'ing seriousgamesui.qrc...
  6. 1>RCC : warning : No resources in 'C:\Users\Benedikt\Desktop\SeriousGamesUI\seriousgamesui.qrc'.
  7. 1>
  8. 1> moc_seriousgamesui.cpp
  9. 1> main.cpp
  10. 1> seriousgamesui.cpp
  11. 1> Generating Code...
  12. 1> qrc_seriousgamesui.cpp
  13. 1>seriousgamesui.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl mhealth::seriousgames::VisibleHuman_Util::VisibleHumanData::VisibleHumanData(class std::vector<class cv::Mat,class std::allocator<class cv::Mat> > *,class std::vector<class cv::Mat,class std::allocator<class cv::Mat> > *,class std::vector<class cv::Mat,class std::allocator<class cv::Mat> > *,class std::map<unsigned short,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,struct std::less<unsigned short>,class std::allocator<struct std::pair<unsigned short const ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > *)" (__imp_??0VisibleHumanData@VisibleHuman_Util@seriousgames@mhealth@@QEAA@PEAV?$vector@VMat@cv@@V?$allocator@VMat@cv@@@std@@@std@@00PEAV?$map@GV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@U?$less@G@2@V?$allocator@U?$pair@$$CBGV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@2@@5@@Z) referenced in function "public: __cdecl SeriousGamesUI::SeriousGamesUI(class QWidget *)" (??0SeriousGamesUI@@QEAA@PEAVQWidget@@@Z)
  14. 1>seriousgamesui.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static struct mhealth::seriousgames::VisibleHuman_Util::VisibleHumanData __cdecl mhealth::seriousgames::VisibleHuman_Util::openData(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (__imp_?openData@VisibleHuman_Util@seriousgames@mhealth@@SA?AUVisibleHumanData@123@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "private: void __cdecl SeriousGamesUI::openFile(void)" (?openFile@SeriousGamesUI@@AEAAXXZ)
  15. 1>seriousgamesui.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl mhealth::seriousgames::Kinect_Util::initialize(void)" (__imp_?initialize@Kinect_Util@seriousgames@mhealth@@SAHXZ) referenced in function "private: void __cdecl SeriousGamesUI::kinectInitialize(void)" (?kinectInitialize@SeriousGamesUI@@AEAAXXZ)
  16. 1>seriousgamesui.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl mhealth::seriousgames::Kinect_Util::isSensorConnected(void)" (__imp_?isSensorConnected@Kinect_Util@seriousgames@mhealth@@SA_NXZ) referenced in function "private: void __cdecl SeriousGamesUI::updateKinectUI(void)" (?updateKinectUI@SeriousGamesUI@@AEAAXXZ)
  17. 1>seriousgamesui.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class cv::Mat & __cdecl mhealth::seriousgames::Kinect_Util::getCurrentColorImage(void)" (__imp_?getCurrentColorImage@Kinect_Util@seriousgames@mhealth@@SAAEAVMat@cv@@XZ) referenced in function "private: void __cdecl SeriousGamesUI::colorImage(void)" (?colorImage@SeriousGamesUI@@AEAAXXZ)
  18. 1>seriousgamesui.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class mhealth::seriousgames::RecognizedBody * __cdecl mhealth::seriousgames::Kinect_Util::getRecognizedBodies(void)" (__imp_?getRecognizedBodies@Kinect_Util@seriousgames@mhealth@@SAPEAVRecognizedBody@23@XZ) referenced in function "private: void __cdecl SeriousGamesUI::updateBodyStatus(void)" (?updateBodyStatus@SeriousGamesUI@@AEAAXXZ)
  19. 1>C:\Users\Benedikt\Desktop\SeriousGamesUI\x64\Debug\\SeriousGamesUI.exe : fatal error LNK1120: 6 unresolved externals
  20. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement