Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
Error	1	error LNK2001: unresolved external symbol "void __cdecl cv::imshow(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class cv::_InputArray const &)" (?imshow@cv@@YAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV_InputArray@1@@Z)	C:\Users\rusht.DESKTOP-PEP6IHI\Documents\Visual Studio 2013\Projects\Project1\Project1\Source1.obj	Project1


What I have tried:

I am getting the above error while compiling an OpenCV sample
Posted
Comments
Richard MacCutchan 12-Aug-16 9:45am    
You are missing a required library from your project settings.
ramrudram 12-Aug-16 9:52am    
Is it possible to extract the library filename somehow

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900