加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

Microsoft Visual C++ Runtime Library VC++运行时库

(2012-11-21 10:27:52)
标签:

visualcruntime

vc运行时库

运行时库

it

分类: C/VC
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: ... Settings\Test\桌面\HKS-P100A-S 编程工具\HKS-P100A-S.exe



This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.


---------------------------
确定   
---------------------------

应用程序使用的运行时库版本不正确。
下载并安装对应的VC运行时库:

Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)

Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)

Microsoft Visual C++ 2010 可再发行组件包 (x86)


对于.Net应用程序需要下载并安装.NET Framework

Microsoft .NET Framework 2.0 Service Pack 2
Microsoft .NET Framework 3.5 Service Pack 1(完整软件包)
Microsoft .NET Framework 4(独立安装程序)
Microsoft .NET Framework 4.5

如果还提示出错,则需要考虑DLL版本的问题了,可能是没有替换成功。
从正常系统的C盘,搜索:MSVC*.DLL。找到C:\WINDOWS\system32目录下
msvcirt.dll MSVCIRTD.DLL msvcp100.dll msvcp50.dll msvcp60.dll MSVCP60D.DLL msvcp71.dll msvcr100.dll msvcr71.dll msvcrt.dll msvcrt20.dll msvcrt40.dll MSVCRTD.DLL
备注:此系统安装了Microsoft Visual C++ 6.0和
Microsoft Visual Studio 2008
将这些文件覆盖到:

C:\WINDOWS\system32
C:\WINDOWS\system32\dllcache(系统隐藏目录)

一般都能解决问题了,还是不行就直接安装一下开发工具了,嘿嘿。。。










0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有