本文介绍了使用Visual C ++ 2008在调试模式下找不到MSVCR90D.dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Visual C ++ 2008的问题。我已经安装了opencv,我已经创建了一个新的程序,我建立没有任何错误。但是,它抱怨调试时找不到MSVCR90D.dll。在释放模式下,根本没有问题。



我的Winsxs文件夹中有MSVCR90D.dll。有没有人知道这个问题的解决方案?这是一个已知的错误吗?



Gerard

解决方案

a href =http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/8f08777b-1c4d-4e10-89a2-f7bc95cf5e98/ =noreferrer>论坛帖子。看看是否有任何帮助。



那里有一个提示:

另一个:

确认最后一个:


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 release mode there is no problem at all.

I do have MSVCR90D.dll in one of Winsxs folders. Does anyone know a get-around to this problem? Is this a known bug?

Gerard

解决方案

There are several potential solutions described in this forum post. See if any of those help.

One hint from there:

And another one:

Confirming the last one:

这篇关于使用Visual C ++ 2008在调试模式下找不到MSVCR90D.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 10:35