I want to write a C application that runs on Symbian mobile OS. I don't know where to start. Is there any library files available or any SDK or IDE available for it?
+2
A:
http://wiki.forum.nokia.com/index.php/How_do_I_start_programming_for_Symbian_OS%3F
:
Developer community tutorial link.
Praveen S
2010-08-06 09:16:00
@Praveen: Thanks praveen.
brainless
2010-08-06 09:28:18
+2
A:
Hello,
Just like to elaborate on the previous post. Symbian supports POSIX libraries via Open C. Mobile apps almost always have a UI. Depending on your objective, you might check out Qt on Symbian too.
-hth John
John
2010-08-06 15:49:12
When we write a program, we want to solve a problem. The original question does explicit say in C. I am simply suggesting a UI is a natural next step. C and C++ work well together. Allow the original author to access/reuse the C APIs and leverage Qt's UI and application framework.
John
2010-08-09 20:15:05