Hello all,
I am reading bitmap file using a class found on wiki. I am having array of file has to be read, my first image in the array is successfully converts to the bitmap but in next file it is giving error, Please help.
****************************************************
void CImageStore::ConvertToBmpL()
{
delete iBitmap;
iBitmap = NULL;
TRAPD(err,iDecoder=CImageDecoder::FileNewL(iFileSession,iImageFolder)); <-----------(KERN-EXEC 3)
......................
.........
.......
...
..
****************************************************
Thanks.




