Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top