Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用Cosmos(C# 和/或 VB.NET)开发移动操作系统(GUI ) ? 我是否必须添加一些特殊的代码或使用特殊的编译器或其他东西才能工作 - 还是不能在移动设备上工作?
简短的回答很可能是否定的。移动设备使用不同的处理器和系统架构(ARM 等),COSMOS 编译为 x86/x64。它需要在具有这种处理器的 PC 上运行。您需要重新实现 COSMOS 为您打算在其上运行的每个平台所做的大部分工作。