加载共享库时出错:MSV CR90.dll [英] Error while loading shared libraries: MSV CR90.dll

查看:145
本文介绍了加载共享库时出错:MSV CR90.dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在通过VS2008编译器上的cmd.exe编译一些代码.我收到此错误.
加载共享库时出错:MSV CR90.dll:无法打开共享库文件:没有这样的文件或目录"
我正在搜索Google.
寻找您的答复.....

Hi,
I am compiling some code through cmd.exe on VS2008 compiler. I am getting this error.
"error while loading shared libraries: MSV CR90.dll: cannot open shared object file: No such file or directory"
I am searching through google.
Looking for your response.....

推荐答案

MSVCR90.dll是Microsoft C运行时的DLL之一.
如果您正在编译(和链接)该文件,则不涉及该文件,而应涉及相应的.lib文件.因此,我假设您在运行程序时收到此错误.

安装过程中没有将文件放置在系统上,或者路径环境变量设置不正确.
MSVCR90.dll is one of the DLLs of the Microsoft C runtime.

Wile you are compiling (and linking) that file should not be involved, but the corresponding .lib file instead. So I assume you get this error when running your program.

Either the file wasn''t placed on your system during install or the path environment variable is set incorrectly.


这篇关于加载共享库时出错:MSV CR90.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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