tags:

views:

203

answers:

3

Hi,

I want to make an application for my phone (Nokia N900) It uses the Maemo Platform, which is a Linux variant. Most applications are made with either QT or Python, i only have experience in C#, and am wondering if it is at all possible to convert C# to QT, or would i have to use something like Mono or Vala to write the code in C# and create the applications for the N900??

Cheers,

Brendan

+1  A: 

About "converting C# to Qt": they're not comparable: C# is a language, while Qt is a UI framework.

Mono does run on Maemo and while there are Qt bindings for .Net/Mono, Mono uses Gtk# as the default/recommended/supported UI framework.

Mauricio Scheffer
heheheh thanks very much! Yeah im not confident enough in C# yet to learn a new lang, so i think ill try to become more proficient in that before i start on C++
Brendan
+1  A: 

If you are already confident with C#/programming in general, then it should not be too much trouble to pick up a new set of tools. One size does not always fit all!

filip-fku
A: 

I do not think that exist a tool for convert C# code to the equivalent Qt/C++, Qt/Python, is something that is best done manually. It's best developed on a platform like a Mono for the N900 or find someone with knowledgeable in Qt able to carry out the work.

Note that Qt is the default platform for Nokia, if you want to install this application on other devices easily best using Qt.

jordenysp