Category Archives: Delphi

All about Delphi and C++Builder

IDE Fix Pack 6.5.1 released (Delphi 2009 – 10.3)

By | January 7, 2025

A bug fix release that is especially for Delphi 2010 users is now available. Version 6.5.1 fixes an access violation when compiling packages in Delphi 2010 and it fixes a small bug with the package descriptor resource of the *.bpl files where some implicit used units weren’t listed in the resource. Homepage Download: Name IDE… Read More: IDE Fix Pack 6.5.1 released (Delphi 2009 – 10.3) »

DDevExtensions 2.88 for Delphi 2009-10.4.2

By | July 20, 2021

Now that a Community Edition for Delphi 10.4.2 is available, I can compile the DDevExtensions IDE plugin for Delphi 10.4.2. So here is the new version of DDevExtensions 2.88 that support Delphi 2009 – 10.4.2. Changelog: Added: Support for Delphi 10.4.2 DDevExtensions Name IDE Version File Size Downloads Added DDevExtensions 1.61 5-2007 DDevExtensions161Setup.zip 734.07 KB… Read More: DDevExtensions 2.88 for Delphi 2009-10.4.2 »

DDevExtensions 2.86 for Delphi 2009-10.3.3

By | May 30, 2020

Due to a performance issue in the TListView implementation (since Delphi 2), the DDevExtension‘s “Find Unit” replacement dialog was slow if your project had a lot of units and you used the filter edit. The new version 2.86 now works around that and as a result filtering becomes almost instantaneous. Changelog: Improved: The FindUnit/UnitSelector Dialog… Read More: DDevExtensions 2.86 for Delphi 2009-10.3.3 »

IDE Fix Pack 6.4.4 Hotfix for Delphi 10.3.2

By | July 31, 2019

There was a bug in IDE Fix Pack 6.4.3 for Delphi 10.3.2 that caused the Win32 compiler to crash. The CodeGenMod.Win32.VirtFinalSealed patch didn’t work correctly. Even if the actual patch code doesn’t run without the “-x-fvs=1” compiler command line option extension specified, the hooking code failed to inject the correct code for the compiler’s version.… Read More: IDE Fix Pack 6.4.4 Hotfix for Delphi 10.3.2 »

IDE Fix Pack 6.4.3 for Delphi 10.3.2

By | July 24, 2019

With the newest Delphi 10.3.2 (Rio Update 2) the IDE Fix Pack failed with two compiler extension patches. The updated version 6.4.3 adds support for the Delphi 10.3.2 update. Only Delphi 10.3.2 requires this update. Older Delphi versions are unchanged and stay at IDE Fix Pack version 6.4.2. Download: Name IDE Version File Size Downloads… Read More: IDE Fix Pack 6.4.3 for Delphi 10.3.2 »

IDE Fix Pack 6.4.2 released (bugfix release)

By | March 23, 2019

IDE Fix Pack 6.4.2 addresses two bugs. It fixes an issue with the TCustomListBox.ResetContent patch that was introduced with version 6.4 and caused EInvalidPointerOp exception with 3rdParty design editors. And it also fixes a 9 year old bug with outdated data in the UnitName HashMap patch after a debug session that caused the compiler to… Read More: IDE Fix Pack 6.4.2 released (bugfix release) »

IDE Fix Pack 6.4.1 (only 10.3 without Update 1 and Delphi 2010)

By | March 3, 2019

There was a bug in the IDE Fix Pack 6.4 for 10.3 Rio code that searches for the StyleUtils functions. It contained a hard coded (absolute) address that is only correct for the Update 1 VCL.BPL. So the patch failed for the RTM version or if the VCL.BPL is relocated (what is unlikely as it… Read More: IDE Fix Pack 6.4.1 (only 10.3 without Update 1 and… »