I installed openCV2.3.1 with VS2010. In VC++ Directories I set Library Directories to C:\opencv\build\x86\vc10\lib
. My code has no error but when I try to build it VC++2010 displays this error
This application has failed strat because opencv_core231d.dll was not found. Reinstall the application may fix this problem.
How do I setup openCV2.3.1 with VC++2010 to find the .dll?