Service Applications in Delphi Tutorial |
---|
Tutorial for making Service Applications in Delphi It's a work in progress. |
GIF FAQ |
---|
Updated 2008.11.08. Frequently Asked Questions about the GIF Image unit: gif-faq.txt |
Animated GIF files |
---|
Updated 2008.10.19. A Delphi unit to make it easy to create animated GIF files: ftgifanimate.zip (3 KB). Requires the TGIFImage unit. |
TGIFImage for Delphi 2, 3, 4, 5 and C++ Builder 3, 4 and Delphi 6, Delphi 7, Delphi 2005, Delphi 2006, Delphi 2007, Delphi 2009, Delphi 2010. |
---|
Updated 2009.10.14. gifimaged2010b.zip (with help file) (200 KB). This is a version of Anders Melander's TGIFImage compatible with Delphi 6, Delphi 7, Delphi 2005, Delphi 2006, Delphi 2007, Delphi 2009, Delphi 2010. It supports animated GIF files. Note: This version should also work with older Delphi versions (Delphi 2, 3, 4, 5 and C++ Builder 3, 4). It only works in VCL applications. It does not work in .NET applications. However you could make a native win32 DLL to perform various gif operations and call the DLL from a .NET application. |
For Delphi 2007,2009,2010 you can also use the GIFImg.pas unit that is included with Delphi 2007,2009,2010. And did you know that Delphi 2009,2010 has a new PngImage.pas unit for use with PNG files? |
TGIFImage for Delphi 7 - Delphi 2009 |
---|
Updated 2008.10.19. gifimaged2009a.zip (with help file) (200 KB). This is a version of Anders Melander's TGIFImage ported to Delphi 7, Delphi 2005, Delphi 2006, Delphi 2007, Delphi 2009. It supports animated GIF files. Note: This version should also work with older Delphi versions (Delphi 2, 3, 4, 5 and C++ Builder 3, 4). It only works in VCL applications. It does not work in .NET applications. However you could make a native win32 DLL to perform various gif operations and call the DLL from a .NET application. |
For Delphi 2007,2009 you can also use the GIFImg.pas unit that is included with Delphi 2007,2009. And did you know that Delphi 2009 has a new PngImage.pas unit for use with PNG files? |
TGIFImage ported to Delphi 7 and newer: |
---|
Updated 2007.01.18. gifimaged7g.zip (with help file) (199 KB). This is a version of Anders Melander's TGIFImage ported to Delphi 7, Delphi 2005, Delphi 2006, Delphi 2007. It supports animated GIF files. Note: This version should also work with older Delphi versions (Delphi 2, 3, 4, 5 and C++ Builder 3, 4). It only works in VCL applications. It does not work in .NET applications. However you could make a native win32 DLL to perform various gif operations and call the DLL from a .NET application. |
TGIFImage ported to Delphi 6: |
---|
Updated 2002.07.07. gifimaged6.zip (with help file) (201 KB). This is a version of Anders Melander's TGIFImage ported to Delphi 6. I'm posting it with permission from the author Anders Melander. Note: This version should also work with older Delphi versions (Delphi 2, 3, 4, 5 and C++ Builder 3, 4). |
Link to Anders Melander's web site: |
---|
http://melander.dk/delphi/gifimage/ |
TGIFImage for Delphi 5 |
---|
Anders Melander's original Delphi 5 version: gifimaged5.zip (76 KB). This version works with older Delphi versions (Delphi 2, 3, 4, 5 and C++ Builder 3, 4). |
GIF demo projects: |
---|
Anders Melander's original GIF demo projects: gifimage0202.exe (967 KB). The exe file is an installer which extracts the demo source files, help files and documentation files into a directory of your choice. If you do not like to download and run exe files from the net, here is a ZIP file containing the same files: gifimage0202.zip (684 KB). Note: The package contains the old original TGIFImage unit. You might want to replace it with the newest version. These demo projects were made by Anders Melander for Delphi 5. Some of the demo projects only work properly in Delphi 5. Some of the demo projects crash in Delphi 7. I haven't really looked into why. |
Screenshot including the mouse cursor |
---|
Updated 2004.05.18. A Delphi unit to make a screenshot optional including the mouse cursor. ftscreenshot.zip (2 KB). |
Bresenham's Circle/Ellipse/Line algorithm |
---|
A Delphi unit implementing Bresenham's Circle/Ellipse/Line algorithm. ftbresenham.zip (2 KB). |
paszlib ported to Delphi 6 |
---|
This is a version of paszlib ported to Delphi 6. paszlib.zip (128 KB). The original paszlib by Jacques Nomssi Nzali can be found here: http://www.nomssi.de/paszlib/paszlib.html The link seems to be dead. |
Calculation of PI |
---|
pi.zip (160 KB). I got the piex.pas file from somewhere I don't remember. The GUI part of the program was made by me. |