Animated gif in VC5
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Is there anybody out there still using Visual C++ 5.):~ ? I am looking for a possibility to draw animated GIF in my application. On CP there are some examples, but they are all for VC6. I do have a CPicture class which can draw BMP, JPG and GIF, but when I try to import an animated GIF in my resources, developer studio says it is not a valid GIF file. When I open this file in an explorer window I see the animated picture. Can anyone help?