tags:

views:

110

answers:

2

Hi i'm new in symbian c++ and sdk 5th, I use carbide c++ how i can display some image? (.bmp extension for example)

+1  A: 

Perhaps have a look into the DrawBitmap and BitBit functions.

shuttle87
+1  A: 

Have a look at the CImageDisplay API.

laalto