Ask Your Question

tog's profile - activity

2020-11-10 12:06:37 -0600 received badge  Popular Question (source)
2017-01-10 19:43:10 -0600 commented question unresolved external symbol

I am compiling the C++ files given as samples, Visual Studio is linked to the libraries I think as before it was unable to find library files but it was a path issue that I fixed. Now this error I have no idea what is wrong.

2017-01-09 22:57:01 -0600 commented question unresolved external symbol

Sorry had the wrong version listed.

2017-01-09 22:56:15 -0600 received badge  Editor (source)
2017-01-09 22:41:07 -0600 asked a question unresolved external symbol

I get 20 errors after having set up Open CV 3.2 and am going through the set up tutorials again to see if I did something wrong in Visual Studio and Win 7. Took some time to get the libraries linked properly is this something simple that people know how to solve? In the meantime I will continue going over any possible misteps again. Thanks

Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol "void __cdecl cv::fastFree(void *)" (?fastFree@cv@@YAXPAX@Z) referenced in function "public: __thiscall cv::Mat::~Mat(void)" (??1Mat@cv@@QAE@XZ) ConsoleApplication2 C:\Users\Shawn\Documents\Visual Studio 2015\Projects\ConsoleApplication2\ConsoleApplication2\ConsoleApplication2.obj 1

Trying to run the contours sample file. Thanks