Tagged Questions

1
vote
2answers
86 views

Working with contact list in Symbian and WindowsMobile in a nutshell

I've never developing anything for mobile platforms yet. But now I need an app, that can perform basic read/write/update operations with contact list. It should work in Symbian and WinMobile, but …
0
votes
4answers
1k views

Symbian C++ - Load and display image from .mbm file

I have a .mbm file that I copy to my device using this line in the .pkg file "$(EPOCROOT)epoc32\data\z\resource\apps\MyApp.mbm" -"!:\resource\apps\MyApp.mbm" Then in the draw function of my …