Tagged Questions

0
votes
2answers
62 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, …
1
vote
6answers
1k 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 …
0
votes
0answers
158 views

Dependency problem in C++ app built with scons msvc option

Hello, I am using scons with option compiler=msvc for building c++ modules. After compilation finishes there is no error, however when I want to start the application I get an error which indicates …
2
votes
8answers
7k views

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

Hello, 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 …
0
votes
1answer
123 views

Ruby can’t link with MS C runtime (msvcr90.dll)

Hi folks. I was attempting to run the Ruby Thin demo application on Windows/XP when I got an error that Windows couldn't find "msvcr90.dll" for Ruby 1.8.7 -- I found a redistributable and put that in …