在Window7 64位上运行问题 [英] Run issue on Window7 64 bit

查看:82
本文介绍了在Window7 64位上运行问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有人

我有一个程序当前正在Win xp 32位OS上运行,并使用VS2005.
但是现在我有了带有VS2008的SONY VAIO笔记本电脑Win7家庭普通版,64位操作系统.
在Visual Studio VS2008上,项目可以正常编译.但是,当我尝试运行此应用程序时,它显示了以下两个错误:

R6034应用程序尝试错误地加载C运行时库.
请与应用程序的支持团队联系以获取更多信息.


当我按下OK按钮时,它显示了另一个新错误:

该应用程序无法正确启动(0xc0000142).单击确定"关闭该应用程序.


我在MSDN和Google上尝试了很多搜索,但是找不到正确的答案.
请建议我如何解决.

谢谢

Dear all

I have a program which is currently working on Win xp 32bit OS and using VS2005.
But now i have SONY VAIO laptop Win7 home basic, 64 bit OS with VS2008.
THe project compile ok,on visual studio VS2008.But when i try to run this application it shows the following two error:

R6034 An application has made an attempt to load the C runtime library incorrectly.
Please contact the application''s support team for more information.


When i press the OK button ,it shows another new error:

The application was unable to start correctly (0xc0000142). Click OK to close the application.


I try a lot search on MSDN and Google but could not get right answer.
Please suggest me how to resolve it.

Thanks

推荐答案

从提供的有限信息中得出的最佳猜测:将项目设置从"Any CPU"更改为"x86".
如果它作为64位应用程序运行,并且尝试加载32/16位C库,则可能会导致问题.
Best guess from the limited information provided: change your project settings from "Any CPU" to "x86".
If it is running as a 64 bit app, and it tries to load a 32/16 bit C library, it may cause a problem.


这篇关于在Window7 64位上运行问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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