Actually the question is:
- What libraries need to be downloaded.
- Where they can be downloaded.
- How to connect them.
- And is it possible to use the old code, such as a calculator, in a future program.
On Delphi under Simba program will not work. The compiler does not know how to build platforms other than x86 for platforms.
Under Symbian, you can program on qt, you can take it here: qt.nokia.com, there you can download the IDE Qt creator, it has all the necessary libraries, but you will most likely have to use C ++, can I use Delphi? sure
The compiler can build platforms other than x86, but unfortunately there is no Symbian.
Source: https://ru.stackoverflow.com/questions/33022/
All Articles