Search code examples
symbian

Creating and using DLL in Symbian c++


i am new in symbain. i have no idea how to create symbian dll and using it in a symbian application.

i am looking some sort of tutorial or guide for:
1. how to create a dll in symbian c++?
2. how to use the created dll in an symbian app?

thanks in advance.


Solution

  • Start at hemelix, especially here and here, then take a look at the official documentation at Nokia Symbian Belle Developers' Library which also contains examples (for example here and here).

    (Let me warn you though: Symbian development is really tough. Think twice before diving in...)