积极答复者
Microsoft Visual C++ 6.0 runtime error

问题
答案
-
你好:
如果运行库出现问题或者损坏,则会出现上述情况。你可以尝试先新建一个空文件,运行看会不会出现上面的问题。
如果问题还是存在,试试下面的方法:
1.先在系统目录 C:\windows\system32 搜索以下文件是否缺失:
msvcp50.dll、msvcp60.dll、 MSVCP60D.DLL、msvci70.dll、msvcp70.dll、msvcp71.dll、msvbvm60.dll。特别是msvbvm60.dll,确保您的系统目录 下(windows\system32)有该文件。
如果已经存在该文件,重新注册多一次该运行库文件,请在运行窗口输入regsvr32 C:\windows\system32\msvbvm60.dll
2. 如果以上方法无法解决,请下载MICROSOFT VISUAL C++ RUNTIME LIBRARIES 可再发行组件,重新安装。如果没有出现这个错误,可能你需要仔细检查下你的代码。如果问题依然存在,请提供你的代码例子并且指出出现错误的代码行。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Anna CcModerator 2013年10月14日 7:40
全部回复
-
你好:
如果运行库出现问题或者损坏,则会出现上述情况。你可以尝试先新建一个空文件,运行看会不会出现上面的问题。
如果问题还是存在,试试下面的方法:
1.先在系统目录 C:\windows\system32 搜索以下文件是否缺失:
msvcp50.dll、msvcp60.dll、 MSVCP60D.DLL、msvci70.dll、msvcp70.dll、msvcp71.dll、msvbvm60.dll。特别是msvbvm60.dll,确保您的系统目录 下(windows\system32)有该文件。
如果已经存在该文件,重新注册多一次该运行库文件,请在运行窗口输入regsvr32 C:\windows\system32\msvbvm60.dll
2. 如果以上方法无法解决,请下载MICROSOFT VISUAL C++ RUNTIME LIBRARIES 可再发行组件,重新安装。如果没有出现这个错误,可能你需要仔细检查下你的代码。如果问题依然存在,请提供你的代码例子并且指出出现错误的代码行。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Anna CcModerator 2013年10月14日 7:40