How can I load gif picture into CFbsBitmap? Which class should I use?
Loading a .gif file
This class has functions to open a .gif file, and then you can call ConvertL to turn it into a CFbsBitmap.
Not good enough. I'm not looking for a asynchronous way to do it. It need to be loaded immediately. Do you have any other ideas?
In that case, download the gif specifications and implement a gif loader.