Windows 10 for ARM

This forum is meant for anything you would like to share with other visitors
Post Reply
User avatar
rjpajaron
Posts: 364
Joined: Fri Nov 06, 2015 12:01 am

Windows 10 for ARM

Post by rjpajaron »

Hello,

I am reading a couple of sites lately that relay the news about the announcement Microsoft did in WinHEC 2016.

Is there any relevance on this on X#? Just a thought: X# apps can run on ARM powered PC.

Regards,

Rene
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Windows 10 for ARM

Post by robert »

Rene,

Yes there is relevance for X#. In short: any platform where C# code runs is also a viable platform for X#. We are using the same code generation engine so there is no difference.
Of course you should not compile for x86 or x64 but for AnyCpu and only use libraries that are available for AnyCPU as well.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
rjpajaron
Posts: 364
Joined: Fri Nov 06, 2015 12:01 am

Windows 10 for ARM

Post by rjpajaron »

This is great!

I will read more about this, because there are lots of noise around such as the Windows 10 for ARM is really re-compiled for ARM, but all Win32 apps can run on it without re-compiling through emulation or code morphing (what is this?). It is specific about Win32, I wonder if x64 apps runs on it.

Regards,

REne
Post Reply