C#.Net in Symbian OS
-
Hello guys. Can we create C#.Net Application for Symbian OS ? Is it possible ? Thank you.
-
Hello guys. Can we create C#.Net Application for Symbian OS ? Is it possible ? Thank you.
I may be mistaking, but I think there is only the MONO implementation that makes it possible to run the .Net framework on a Linux/Unix machine (and therefore also Mac I presume), and it supports only the versions 1, 1.1 and 2.0 of the framework currently. This is really a gigantic work and it is not done by Microsoft, I don't think it is possible.
Jean-Christophe Grégoire
-
Hello guys. Can we create C#.Net Application for Symbian OS ? Is it possible ? Thank you.
-
Thanks for the reference
-
I may be mistaking, but I think there is only the MONO implementation that makes it possible to run the .Net framework on a Linux/Unix machine (and therefore also Mac I presume), and it supports only the versions 1, 1.1 and 2.0 of the framework currently. This is really a gigantic work and it is not done by Microsoft, I don't think it is possible.
Jean-Christophe Grégoire
It does not make the .NET Framework run on Linux. The ".NET Framework" is Microsoft's implementation of the Common Language Infrastructure specification. Mono is an open source implementation of the same spec. The two are "kind of" compatible, but Mono is not a one-for-one replacement for .NET, nor is it a tool to run a .NET app on Linux.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Hello guys. Can we create C#.Net Application for Symbian OS ? Is it possible ? Thank you.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion