Tagged Questions

5
votes
10answers
23k views

MSVCR90D.dll not found in debug mode with Visual C++ 2008

I have a problem with Visual C++ 2008. I have installed opencv and I've created a new program and I build it with no errors. However, it complains about not finding MSVCR90D.dll when debugging. In ...