Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top