Advertisement

Displaying gif-animations

Started by May 21, 2001 10:41 AM
1 comment, last by Lalle 23 years, 8 months ago
I was wondering how to display gif-animations. Are there any special functions I should use? Some example-code would be greatly apreciated. I use C++, and program in Win32.
Hey,man,display gif-animations on Win32 platform? Pretty Simply! just directly or non-directly using the CAnimateCtrl class in MFC!

For more detailed information,please see the related topic(s) in MSDN...

Hope this helped!


Edited by - zhang_zhou on May 22, 2001 5:22:20 AM
============================= Hey,I just wanna know WHY! =============================
Advertisement
CAnimateCtrls will only do AVI files, no GIF support.

I think there isn''t any easy way to view GIFs (animated or not) in Windows. You''ll probably need to write your own GIF loader(haven''t seen any free ones due to patent issues).

Head over to wotsit and look for the GIF format.
==========================================In a team, you either lead, follow or GET OUT OF THE WAY.

This topic is closed to new replies.

Advertisement