kylemcdonald / ofxCv

Alternative approach to interfacing with OpenCv from openFrameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

complie error with emptyproject

buzzhoot opened this issue · comments

i can't complie an empty project with ofxcv ofxopencv
but the example seems fine
vs2015 got error

Error LNK2019 unresolved external symbol "void __cdecl ofxCv::applyMatrix(class ofMatrix4x4 const &)" (?applyMatrix@ofxCv@@YAXABVofMatrix4x4@@@z) referenced in function "public: void __thiscall ofxCv::Calibration::draw3d(int)const " (?draw3d@Calibration@ofxCv@@QBEXH@Z) cvtest D:\13OpenframeWorks\of_v0.9.8_vs_release\apps\myApps\cvtest\Calibration.obj

Error LNK2019 unresolved external symbol "class ofMatrix4x4 __cdecl ofxCv::makeMatrix(class cv::Mat,class cv::Mat)" (?makeMatrix@ofxCv@@ya?AVofMatrix4x4@@VMat@cv@@0@Z) referenced in function "public: void __thiscall ofxCv::Calibration::draw3d(int)const " (?draw3d@Calibration@ofxCv@@QBEXH@Z) cvtest D:\13OpenframeWorks\of_v0.9.8_vs_release\apps\myApps\cvtest\Calibration.obj

is this still a problem? please comment if so.

Still a problem.

@kylemcdonald VS2017, master branch.