I am getting these compile errors that I have no idea how to solve. Here are the errors:
1>CvCaptureFilter.obj : error LNK2019: unresolved external symbol _cvCaptureFromFile referenced in function “public: virtual void __thiscall CvCaptureFilter::setParameter(char const *,char const *)” (?setParameter@CvCaptureFilter@@UAEXPBD0@Z)
1>CvCaptureFilter.obj : error LNK2019: unresolved external symbol _cvCaptureFromCAM referenced in function “public: virtual void __thiscall CvCaptureFilter::setParameter(char const *,char const *)” (?setParameter@CvCaptureFilter@@UAEXPBD0@Z)
1>DSVLCaptureFilter.obj : error LNK2019: unresolved external symbol __imp__CoInitialize@4 referenced in function “public: __thiscall DSVLCaptureFilter::DSVLCaptureFilter(char *)” (??0DSVLCaptureFilter@@QAE@PAD@Z)
All of the cpp files compiled okay, just at the very end I got some funky linking errors. I have the openCV lib folder and otherlibs folder added to the project under the linker->library dependencies option in visual c++ express. I have no idea what is wrong with the cvCapture reference. And I was so close to compiling error free too! Can someone please help? Thanks.
