Tagged Questions
2
votes
3answers
629 views
Best Mobile Programming IDE for Sony Ericsson (Symbian-UIQ)
What is the best IDE for developing a C++ application targeting Symbian UIQ-based phones like p990 and p1?
So far I have come across Carbide C++ which seems good but I am not sure if it supports UIQ ...
1
vote
2answers
547 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
4k 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 ...