Frage

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?

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top