Advertisement
Guest User

linking error

a guest
Mar 23rd, 2013
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.02 KB | None | 0 0
  1. cap.cpp.obj : error LNK2019: unresolved external symbol "struct CvCapture * __cd
  2. ecl cvCreateCameraCapture_VFW(int)" (?cvCreateCameraCapture_VFW@@YAPAUCvCapture@
  3. @H@Z) referenced in function _cvCreateCameraCapture
  4. cap_ffmpeg.cpp.obj : error LNK2019: unresolved external symbol "struct CvCapture
  5. * __cdecl cvCreateFileCapture_VFW(char const *)" (?cvCreateFileCapture_VFW@@YAP
  6. AUCvCapture@@PBD@Z) referenced in function "struct CvCapture * __cdecl cvCreateF
  7. ileCapture_FFMPEG_proxy(char const *)" (?cvCreateFileCapture_FFMPEG_proxy@@YAPAU
  8. CvCapture@@PBD@Z)
  9. cap_ffmpeg.cpp.obj : error LNK2019: unresolved external symbol "struct CvVideoWr
  10. iter * __cdecl cvCreateVideoWriter_VFW(char const *,int,double,struct CvSize,int
  11. )" (?cvCreateVideoWriter_VFW@@YAPAUCvVideoWriter@@PBDHNUCvSize@@H@Z) referenced
  12. in function "struct CvVideoWriter * __cdecl cvCreateVideoWriter_FFMPEG_proxy(cha
  13. r const *,int,double,struct CvSize,int)" (?cvCreateVideoWriter_FFMPEG_proxy@@YAP
  14. AUCvVideoWriter@@PBDHNUCvSize@@H@Z)
  15. window.cpp.obj : error LNK2019: unresolved external symbol _cvStartWindowThread
  16. referenced in function "int __cdecl cv::startWindowThread(void)" (?startWindowTh
  17. read@cv@@YAHXZ)
  18. window.cpp.obj : error LNK2019: unresolved external symbol _cvNamedWindow refere
  19. nced in function "void __cdecl cv::namedWindow(class std::basic_string<char,stru
  20. ct std::char_traits<char>,class std::allocator<char> > const &,int)" (?namedWind
  21. ow@cv@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
  22. window.cpp.obj : error LNK2019: unresolved external symbol _cvShowImage referenc
  23. ed in function "void __cdecl cv::imshow(class std::basic_string<char,struct std:
  24. :char_traits<char>,class std::allocator<char> > const &,class cv::_InputArray co
  25. nst &)" (?imshow@cv@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@
  26. 2@@std@@ABV_InputArray@1@@Z)
  27. window.cpp.obj : error LNK2019: unresolved external symbol _cvResizeWindow refer
  28. enced in function "void __cdecl cv::resizeWindow(class std::basic_string<char,st
  29. ruct std::char_traits<char>,class std::allocator<char> > const &,int,int)" (?res
  30. izeWindow@cv@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@
  31. @HH@Z)
  32. window.cpp.obj : error LNK2019: unresolved external symbol _cvMoveWindow referen
  33. ced in function "void __cdecl cv::moveWindow(class std::basic_string<char,struct
  34. std::char_traits<char>,class std::allocator<char> > const &,int,int)" (?moveWin
  35. dow@cv@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HH@Z)
  36.  
  37. window.cpp.obj : error LNK2019: unresolved external symbol _cvDestroyWindow refe
  38. renced in function "void __cdecl cv::destroyWindow(class std::basic_string<char,
  39. struct std::char_traits<char>,class std::allocator<char> > const &)" (?destroyWi
  40. ndow@cv@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  41. window.cpp.obj : error LNK2019: unresolved external symbol _cvDestroyAllWindows
  42. referenced in function "void __cdecl cv::destroyAllWindows(void)" (?destroyAllWi
  43. ndows@cv@@YAXXZ)
  44. window.cpp.obj : error LNK2019: unresolved external symbol _cvCreateTrackbar2 re
  45. ferenced in function "int __cdecl cv::createTrackbar(class std::basic_string<cha
  46. r,struct std::char_traits<char>,class std::allocator<char> > const &,class std::
  47. basic_string<char,struct std::char_traits<char>,class std::allocator<char> > con
  48. st &,int *,int,void (__cdecl*)(int,void *),void *)" (?createTrackbar@cv@@YAHABV?
  49. $basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0PAHHP6AXHPAX@Z2@Z)
  50. window.cpp.obj : error LNK2019: unresolved external symbol _cvGetTrackbarPos ref
  51. erenced in function "int __cdecl cv::getTrackbarPos(class std::basic_string<char
  52. ,struct std::char_traits<char>,class std::allocator<char> > const &,class std::b
  53. asic_string<char,struct std::char_traits<char>,class std::allocator<char> > cons
  54. t &)" (?getTrackbarPos@cv@@YAHABV?$basic_string@DU?$char_traits@D@std@@V?$alloca
  55. tor@D@2@@std@@0@Z)
  56. window.cpp.obj : error LNK2019: unresolved external symbol _cvSetTrackbarPos ref
  57. erenced in function "void __cdecl cv::setTrackbarPos(class std::basic_string<cha
  58. r,struct std::char_traits<char>,class std::allocator<char> > const &,class std::
  59. basic_string<char,struct std::char_traits<char>,class std::allocator<char> > con
  60. st &,int)" (?setTrackbarPos@cv@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$a
  61. llocator@D@2@@std@@0H@Z)
  62. window.cpp.obj : error LNK2019: unresolved external symbol _cvSetMouseCallback r
  63. eferenced in function "void __cdecl cv::setMouseCallback(class std::basic_string
  64. <char,struct std::char_traits<char>,class std::allocator<char> > const &,void (_
  65. _cdecl*)(int,int,int,int,void *),void *)" (?setMouseCallback@cv@@YAXABV?$basic_s
  66. tring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@P6AXHHHHPAX@Z1@Z)
  67. window.cpp.obj : error LNK2019: unresolved external symbol _cvWaitKey referenced
  68.  in function "int __cdecl cv::waitKey(int)" (?waitKey@cv@@YAHH@Z)
  69. window.cpp.obj : error LNK2019: unresolved external symbol "void __cdecl cvSetMo
  70. deWindow_W32(char const *,double)" (?cvSetModeWindow_W32@@YAXPBDN@Z) referenced
  71. in function _cvSetWindowProperty
  72. window.cpp.obj : error LNK2019: unresolved external symbol "double __cdecl cvGet
  73. ModeWindow_W32(char const *)" (?cvGetModeWindow_W32@@YANPBD@Z) referenced in fun
  74. ction _cvGetWindowProperty
  75. window.cpp.obj : error LNK2019: unresolved external symbol "double __cdecl cvGet
  76. PropWindowAutoSize_W32(char const *)" (?cvGetPropWindowAutoSize_W32@@YANPBD@Z) r
  77. eferenced in function _cvGetWindowProperty
  78. window.cpp.obj : error LNK2019: unresolved external symbol "double __cdecl cvGet
  79. RatioWindow_W32(char const *)" (?cvGetRatioWindow_W32@@YANPBD@Z) referenced in f
  80. unction _cvGetWindowProperty
  81. window.cpp.obj : error LNK2019: unresolved external symbol "double __cdecl cvGet
  82. OpenGlProp_W32(char const *)" (?cvGetOpenGlProp_W32@@YANPBD@Z) referenced in fun
  83. ction _cvGetWindowProperty
  84. bin\opencv_highgui244d.dll : fatal error LNK1120: 20 unresolved externals
  85. LINK Pass 1 failed. with 1120
  86. [351/820] Building CXX object modules\...\opencv_video.dir\src\camshift.cpp.obj
  87. ninja: build stopped: subcommand failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement