Hi I know how to load bitmap images into the Symbian C++ project .. but need to know how to do the same regarding ".png" file format... thanx in adv...
With OS 6.1 (SDK 1.X), see CMdaImageFileToBitmapUtility class, and for OS 7.0/8.0 (SDK 2.x) see CImageDecoder class. You could also se ethe SDK examples, some of them might use these classes . yucca
Forum Rules