Click here to Skip to main content
15,881,863 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I wanna debug software in visual studio 2019. the software made in Visual Studio 2010.the software use OpenCV.I installed OpenCV but there is no opencv_core240d.lib in the libraries path.I searched for the error, I don't understand how to solve it.


What I have tried:

I check all paths and directories in the project setup but there is no opencv_core240d.lib file.
Posted
Updated 29-Aug-21 6:45am
Comments
Richard MacCutchan 29-Aug-21 8:27am    
You need to find that file in the OpenCV distribution.

1 solution

First, find out if and where the file opencv_core240d.lib exists on your development machine. If it does not exist then you will need to install the OpenCV library and then find out where that file is.

Once you have found that file then make sure its directory is on your project's additional library path in VS's Linker properties.
 
Share this answer
 

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