Tagged Questions
5
votes
7answers
9k views
msvcr90d.dll not found in debug mode
I found MSVCR90D.dll not found in debug mode with Visual C++ 2008 question but none of given answers really gives answer to the question. Most of them point to turning off incremental linking but ...
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 ...
2
votes
2answers
493 views
Is there a version of the VC++ 2008 Redistributable Package with the DEBUG dlls?
We have a (mainly) C#/WPF application that invokes some C++ libraries via interop.
For testing purposes (and because of some inconsistencies in a third party library), we would like to distribute a ...
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, ...