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 ...
1
vote
2answers
489 views
Msvcr90d.dll not found when building in RELEASE
It's strange, if I build my program in debug mode, I have no errors, but if I build my program in released mode, I get an error saying that Msvcr90d.dll is not found.
Msvcr90d.dll is a debug library, ...