No opencv_highgui2348.lib available on opencv2.4.8 Win x64 or x86

asked 2014-02-28 07:38:42 -0600

Mohit gravatar image

updated 2014-02-28 07:41:03 -0600

berak gravatar image

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)

edit retag flag offensive close merge delete

Comments

1

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.)

berak gravatar imageberak ( 2014-02-28 07:44:36 -0600 )edit

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.

Mohit gravatar imageMohit ( 2014-02-28 08:01:55 -0600 )edit

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 )

berak gravatar imageberak ( 2014-02-28 08:14:27 -0600 )edit

problem solved. Thank you so much

Mohit gravatar imageMohit ( 2014-02-28 10:29:24 -0600 )edit