No opencv_highgui2348.lib available on opencv2.4.8 Win x64 or x86
I am facing a problem. Any program running on Visual Studio 2012 giving a error of 'cannot open file opencv_highgui2348.lib but no such type of lib is available on lib folder and i already add lib in debug & release propoerty manager. No such type of lib find on google also for download. How i can fix this problem ? Is this available on another version ? (In my version, all are **248d.lib type present)
opencv_highgui2348.lib does not exist. you don't need to search further.
open you project properties and change the library names in linker input, so they match the existing libs.
(if you can't do it from vs, open the proj. file with a text editor, and apply the changes there.)
I changed from project property and problem is that all existing lib matched but opencv_highgui2348.lib error coming again n again because it doesn't exist then why it is showing this error. Pls help.
again, it should not be there in the 1st place.
do crtl-shift-f for a global text search, and replace it with opencv_highgui248.lib ( and a d in debug )
problem solved. Thank you so much