Is it possible to develop a mobile OS (GUI) with Cosmos (C# and/or VB.NET)?
Do i have to add some special code or use a special compiler or something else, that it would work - or will it doesn't work with mobile devices?

有帮助吗?

解决方案

The short answer is most probably no. Mobile devices use different processors and system architectures (ARM, etc) and COSMOS compiles to x86/x64. It needs to run on a PC with such a processor. You would need to re-implement most of what COSMOS does for each platform you intended to run it on.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top