使用 Visual C++ 2008 在调试模式下找不到 MSVCR90D.dll [英] MSVCR90D.dll not found in debug mode with Visual C++ 2008

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

问题描述

我在使用 Visual C++ 2008 时遇到了问题.我已经安装了 opencv 并且我创建了一个新程序并且我没有错误地构建它.但是,它抱怨在调试时找不到 MSVCR90D.dll.在发布模式下完全没有问题.

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.

我在 Winsxs 文件夹之一中有 MSVCR90D.dll.有谁知道解决这个问题的方法?这是一个已知的错误?

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

杰拉德

推荐答案

在此 论坛帖子.看看这些是否有帮助.

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

来自那里的一个提示:

转到 %System Drive%WindowsWinSxS并查找目录x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456

Go to %System Drive%WindowsWinSxS and look for the directory x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456

如果不存在,请转到VS设置并确保您拥有所有安装在 VC++ 下的库.

If this doesn't exist, go to the VS setup and make sure you have all libraries installed under VC++.

还有一个:

我遇到了同样的问题,但已解决通过关闭增量链接(项目属性...链接器...一般...启用增量链接:没有).

I had the same problem, but fixed it by turning off incremental linking (Project properties... Linker... General... Enable Incremental Linking: No).

确认最后一个:

基于软件安装的项目开车抱怨失踪MSVCR90D.dll.问题消失了如果您关闭增量链接(当然,并重建所有).

Projects built on a software-mounted drive complain about a missing MSVCR90D.dll. The problem goes away if you turn off incremental linking (and rebuild all, of course).

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

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆