将在64位操作系统或.NET Windows窗体应用程序的工作是否需要修改? [英] Will a .NET Windows Forms application work in a 64-bit OS or does it need to be modified?

查看:130
本文介绍了将在64位操作系统或.NET Windows窗体应用程序的工作是否需要修改?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

一般来说,将一个.NET Windows窗体应用程序工作在64位操作系统或是否需要修改?

Generally speaking, will a .NET Windows Forms application work in a 64-bit OS or does it need to be modified?

推荐答案

如果它不依赖于一个32位外部库(如COM组件),它会完全作为一个64位的过程中,将充分发挥它的好处(大的地址空间,64位指令集,...)。如果它依赖于32位的东西,大部分的时间,你仍然可以运行它的目标平台设置为x86的32位应用程序。

If it doesn't rely on a 32 bit external library (e.g. COM component), it'll work perfectly as a 64 bit process and will leverage its benefits (large address space, x64 instruction set, ...). If it relies on 32 bit stuff, most of the time, you can still run it as a 32 bit application by setting the target platform to x86.

这篇关于将在64位操作系统或.NET Windows窗体应用程序的工作是否需要修改?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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