Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...