kylemcdonald / ofxCv

Alternative approach to interfacing with OpenCv from openFrameworks.
Other
657 stars 276 forks source link

complie error with emptyproject #234

Closed buzzhoot closed 6 years ago

buzzhoot commented 6 years ago

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

kylemcdonald commented 6 years ago

is this still a problem? please comment if so.

xarthurx commented 5 years ago

Still a problem.

xarthurx commented 5 years ago

@kylemcdonald VS2017, master branch.