Hi all,
I faced the problem that the same code is working at FP1 devices, but is not working at MR devices
(works fine at N95 and E63, doesn't work at N73 and E61i)
The call to the CBufferedImageDecoder::OpenL works fine with jpg files at FP1 phones, but I have error KErrNotFound at MR phones
(TRAP(err, iDecoder->OpenL(aData, aMimeType.DesC(), options))
Png files are decoded fine at all phones
Am I doing anything wrong?
Best regards,
Igor


ataNewL() instead, it should work just fine.


