Experimental GExperts Version 1.37-2014-04-12 released

The latest version is the first version that supports Delphi XE5 and also officially XE4. There is nothing really new about the formatter code. But the new release can be installed even if you don't have the official GExperts installer (yet). This is an extract from the readme file: ** Installing without an official installer … Continue reading Experimental GExperts Version 1.37-2014-04-12 released

Converting from Subversion to Mercurial

Here, I will be posting notes on converting Subversion repositories to Mercurial. NOTE: This is work in progress. I will probably come back and change things as well as adding. Some links on using Mercurial: Hg Init: a Mercurial tutorial by Joel Spolsky QuickStart in the Mercurial Wiki I have got TortoiseSVN 1.8.3 including the … Continue reading Converting from Subversion to Mercurial

Some Batch File Wizardry for Automated Builds

At work and also on my private computer I am maintaining multiple Delphi projects that are (currently) managed in subversion repositories. They have a general structure like this: projectname \- buildtools (-> svn:external) \- src (project sources) \- libs \- dzlib (-> svn:external) \- some other libraries, all svn:external Being a lazy bastard (deutsch: faule … Continue reading Some Batch File Wizardry for Automated Builds

Multiple Batch Files in Pre-/Postbuild Events in Delphi / msbuild

Since version 2007 Delphi supports pre- and postbuild events for projects. If you only want to start programs or one batch file it's a simple matter of adding the call to the respective section of the project options dialog. I use it to manage version numbers in the program resources and manifest files in prebuild … Continue reading Multiple Batch Files in Pre-/Postbuild Events in Delphi / msbuild