I'm looking for a library I can use to display animated gif images. Any ideas?
You can use GdiPlus, here is some code.
http://www.johnfindlay.plus.com/pellesc/GdiPlus/GdiPlusExample.zip (http://www.johnfindlay.plus.com/pellesc/GdiPlus/GdiPlusExample.zip)
John
Quote from: JohnF on July 22, 2009, 07:58:17 AM
You can use GdiPlus, here is some code.
http://www.johnfindlay.plus.com/pellesc/GdiPlus/GdiPlusExample.zip (http://www.johnfindlay.plus.com/pellesc/GdiPlus/GdiPlusExample.zip)
John
Where can I get gdiplus.h? ???
The MS SDK. If necessary I could supply the files.
John
Quote from: JohnF on July 22, 2009, 10:43:30 AM
The MS SDK. If necessary I could supply the files.
John
Please! You have at your homepage a section GDIplus Examples. It would be nice, if you put the necessary files there.
I'm not sure about the legality of supplying the files so they would not be 'advertised' on my site but I could put them up without a link, just give you the download URL.
EDIT: Here are the files. I will leave it up for a couple of days so if anyone wants it, download in that time frame.
Here (http://www.johnfindlay.plus.com/Files.zip) Removed!
Don't forget to put the files where PellesC can find them.
EDIT1:
Actually I forgot, all the files are included in the library zip.
Here (http://www.johnfindlay.plus.com/pellesc/libs/libs.html)
EDIT2:
Just added the MS lib as well - so if you don't have GdiPlus.lib download it again.
John
Quote from: AlexN on July 22, 2009, 01:12:09 PM
Quote from: JohnF on July 22, 2009, 10:43:30 AM
The MS SDK. If necessary I could supply the files.
Please! You have at your homepage a section GDIplus Examples. It would be nice, if you put the necessary files there.
You can always download the latest Windows header files from the Microsoft Download Center by downloading the Platform SDK.
Sure you may need to change them a bit to make them work with PellesC, but that is the interesting part, isen't it ???
DVD ISO download (~1.3GB) ...
Windows SDK for Windows Server 2008 and .NET Framework 3.5 (http://www.microsoft.com/downloads/details.aspx?FamilyId=F26B1AA4-741A-433A-9BE5-FA919850BDBF&displaylang=en)
CD ISO download (~400MB) ...
Windows® Server 2003 SP1 Platform SDK ISO Install (http://www.microsoft.com/downloads/details.aspx?familyid=D8EECD75-1FC4-49E5-BC66-9DA2B03D9B92&displaylang=en)
You need my headers because the MS ones will not work with my library. It's a long time since I did that and had forgotten.
John
Quote from: JohnF on July 22, 2009, 02:05:05 PM
You need my headers because the MS ones will not work with my library. It's a long time since I did that and had forgotten.
John
Thank you!
Alex
If anyone produces any more examples please feel free to contribute to my web site.
John