本文介绍了Native Apps的未来?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可能在某些未来版本的Windows中,只有.NET(CLR)PE

(可移植可执行文件).exe才能运行。即操作系统不支持
支持运行本机x86代码.exes / dll?


我知道驱动程序等需要本机,但在某些时候驱动程序

spec甚至可能需要MSIL和MSIL会添加指令来支持驱动程序。


-

Greg McPherran

Is it possible that in some future version of Windows, only .NET (CLR) PE
(Portable Executables) .exe will be enabled to run. I.e. the OS will not
support running of native x86 code .exes/dlls?

I understand native is needed for drivers etc. but at some point the driver
spec may even require MSIL and MSIL will add instructions to support drivers.

--
Greg McPherran
www.McPherran.com

推荐答案





我不喜欢我们这么认为。看看VB。用于原生开发的所有VB源代码从现在开始只能用最新版本的Visual Studio为.NET构建。


I don''t think so. Look at VB. All VB source code for native development from
the past can now only be built for .NET with recent versions of Visual Studio.





一位微软的代表曾经怜悯我一次并告诉我,除非有足够的人

抱怨它赢了一个问题甚至可以在微软处理。


我希望这些游戏对你来说仍然很受欢迎 - 而且不会削减XBox的销量。


吉姆



A Microsoft rep had pity on me once and told me that unless enough people
complain about a problem it won;t even be addressed at Microsoft.

I hope those games remain popular for you - and don''t cut into XBox sales.

Jim


这篇关于Native Apps的未来?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 11:21