Dear friends
Did any one know the internal structure of CFbsBitmap?
I need to create CFbsBitmap object on PC application?
Or I have class written it by using nokia SDK use CFbsBitmap; can I load it on normal C++ application and use it?
most propably you dont need to create CFbsBitmap, anyway what is the goal you are trying to achieve with this ?
in case you want to make an image that could be used in Symbian app, you could use any format (gif, jpg, bmp, mbmb etc.) supported by the device and just load the image to the CFbsBitmap when needed.