If you compiled your own GExperts clear the Uses Clause Manager cache

This is only relevant, if you have recently compiled your own GExperts DLL and you use the Uses Clause Manager's Identifier tab: There were several bugs in the unit parsing code that have been fixed. But you won't see the effect, because the buggy results from before that have been cached. In order to get … Continue reading If you compiled your own GExperts clear the Uses Clause Manager cache

dzPrepBuild for Delphi 1.3.3 released

I just released version 1.3.3 of dzPrepBuild The reason for this release was that I wanted to allow automatically updating the ProductVersion when the FileVersion changes. In order to do that, the tool now supports two additional placeholders that an be used in any version string: {MajorVer} and {MinorVer} which, as you might have guessed, … Continue reading dzPrepBuild for Delphi 1.3.3 released

PascalMagick – MagickDistortImage in Delphi

Playing around with ImageMagick I found that somebody already wrote a Pascal/Delphi import unit for it called PascalMagick. Unfortunately it has been integrated into freepascal which means Delphi support no longer has any priority. So, the first thing to do was getting it to compile with Delphi. It requires the ctypes unit from freepascal which … Continue reading PascalMagick – MagickDistortImage in Delphi

efg’s Computer Lab and Reference Library is being restructured

If you have done graphics processing in Delphi, you know efg's computer lab which contained lots of great documentation and source code for that purpose. Unfortunately today on www.efg2.com you can read the following: This site will be reorganized in the near future. Prior to July 2019, this site contained 180+ pages on a variety … Continue reading efg’s Computer Lab and Reference Library is being restructured