문제

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