使用Visual C#Express 2010创建64位应用程序 [英] Create a 64-bit application using Visual C# Express 2010

查看:128
本文介绍了使用Visual C#Express 2010创建64位应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在使用Visual C#Express2010.
是否可以将项目编译为64位
申请吗?

感谢所有帮助.

Hi,

I''m using Visual C# Express 2010.
Is it possible to compile the project to a 64-bit
application?

Thanks for all help.

推荐答案

默认情况下,如果要构建为"ANY CPU",则EXE将在.net上的64位计算机上以64位模式执行. br/>
您可以通过在项目设置中将平台目标"设置为x86 CPU来禁用它并以32位模式运行.
By default if you are building to "ANY CPU" then your EXE will execute in 64bit mode on a 64bit machine on .net .

You can disable this and run in 32bit mode by setting the "Platform target" to x86 CPU in the project settings.


hello,

在Vs 2010 C#版上,默认情况下会隐藏anyCpu和x64设置,您需要先启用它们.

工具->选项,然后确保选中了显示所有settigns"复选框,然后转到常规"并勾选显示高级构建配置.

然后,使用解决方案资源管理器可以右键单击项目,选择项目属性,然后在构建"选项卡中访问平台设置.

选择AnyCpu,如果不存在,则可以添加.

瓦莱里.
hello,

On Vs 2010 C# edition the anyCpu and x64 settings are hidden by default you need to enable them first.

Tool->Option then make sure the check box "show all settigns" is checked, then go to General and tick show advanced build configuration.

Then using the solution explorer you can right click on a project, select the project properties and access the platform settings in the Build tab.

Select AnyCpu, and if it does not exist you can add it.

Valery.


这篇关于使用Visual C#Express 2010创建64位应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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