Delphi Component Installer
Latest update: November, 28th 2013
During development of DDDebug, the need for a small setup emerged which compiles and adds packages and searchpathes to the Delphi IDE. Therefore I have created a small and lightweight Delphi Component Installer supporting Delphi 5 to XE5. The code can be downloaded and used freely, integrated into own setup projects or used for other purpose. The zip file contains the source code as well as a working sample.
To compile and use the source you need at least Delphi 2009. Users of Delphi 2009 to XE may need to add a custom ZIP implementation or use the prepared integration of TurboPower Abbrevia.
This release contains bugfixes and many tweaks, includes command line compilation for MacOS (Delphi XE2 to XE5), considers Delphi specific environment variables (those which are defined and/or overridden within the IDE) and supports compilation using the VCL and Firemonkey frameworks.
ToolBox – A Random Collection
Latest update: January, 16th 2013
The ToolBox contains code which is under development, mostly never has been used in production, contains drafts, ideas etc. Parts might depend on some of my other libraries – e.g. DDDebug or DDObjects – and need some rework to be generally usable. The code is free but I am always happy about any feedback, criticism, code reviews, bug fixes, enhancements and suggestions. The ToolBox will be updated occasionally without further notice. The first release contains a basic implementation of an asynchronous logging framework.