2010年1月13日 星期三

Symbain development note 2

Nokia 5800 don't support CImageDecoder::EImageTypeThumbnail ?


I have try to set CImageDecoder to  EImageTypeThumbnail using  Methtod SetImageTypeL  but it was leave.

So I set it back to EImageTypeMain and it run normally.

2010年1月4日 星期一

Symbain development note 1

1. For the Resouce type, don't check it in if statment.
example

if (ifs)
{

ifs.close();
}

The code will show no error, but can't to compile (make)