Does any one knows Series 60 support CSoftwareGraphicsAccelerator exactly ?
According to my experience, althogh in the Series 60 SDK 2.0(or upper). It should support 2D Graphic Accelerator. But in reality. when I create a very simple example to test CSoftwareGraphicsAccelerator. and it will fail anyway. to be more specificly, it will show some message like "not supported" on real device screen.
the following is my testing code.
void CtempAppView:raw(const TRect& /*aRect*/) const
{
CFbsBitmap bitmap;
TSize size(50,50);
You shouldn't be calling leaving functions within Draw. If these do leave, it wall cause a panic. I suggest you create both the accellerator and the bitmap in the ConstructL of your CtempAppView class.