Das VCLFixPack behebt Fehler in der
VCL und
RTL von Delphi 6 - 2009 (auch geeignet für C++Builder 2007/2009). Es ist das Pendant zum
IDEFixPack welches nur für die
IDE zuständig ist. VCLFixPack hingegen führt all die Bugfixes auch für die eigenen Programme durch. Die
Unit operiert komplett im Arbeitsspeicher, verändert also keine Programmdateien
(muss ich das eigentlich immer dazusagen, was soll die Unit denn sonst machen.)
VCLFixPack enthält Runtime-Patches für:- QC #68647: Infinite loop in Forms.GetNonToolWindowPopupParent (2006-2009)
- QC #68740: Lost focus after TOpenDialog when MainFormOnTaskBar is set (2007-2009)
- QC #59963: Closing non-modal forms after a task switch can deactivate the application (2007-2009)
- QC #66892: Closing forms deactivates the application (missing "stdcall") (2009)
- Control resize bugfix for kernel stack overflow due to WH_CALLWNDPROC hook (6-2007)
- QC #59654: TActionList access already released FActions field (6-2007)
- QC #54286 : Parent-PopupMenu overrides standard context menu (edit, memo, combobox, ...) (6-2007)
- QC #50097: ObjAuto access violation on XEON (Data Execution Prevention bug) (2006-2007)
- Classes.MakeObjectInstance memory leak fix (for usage in a DLL) (6-2009)
- QC #58938: MainForm Minimize minimizes in the background (2007)
- QC #64484: SysUtils.Abort can raise an AccessViolation (6-2009)
- QC #58939: No taskbar button when starting from ShellLink with Show=Minimized (2007)
- QC #35001: MDIChild's active control focus is not set correctly (6-2009)
- QC #56252: TPageControl flickers a lot with active theming (7-2009)
- QC #68730: TLabel is not painted on a themed, double-buffered TTabSheet in Vista (7-2009)
- TLabels on TTabSheet are not painted (themes) if a TWinControl like TMemo is on the TTabSheet (TWinControl.PaintWindow bug) (7-2009)
- Grid flickers with active theming (DBGrid, StringGrid and DrawGrid only, no derived classes) (7-2009)
- TSpeedButton is painted as a black rectangle on a double buffered panel on a sheet of glass. (2009)
- Workaround for Windows Vista CompareString bug (Workaround is disabled by default, define "VistaCompareStringFix" to activate it) (Vista)
- QC #69294: TProgressBar fails with PBS_MARQUEE and disabled Themes (Vista)
- QC #52439: DbNavigator paints incorrectly when flat=true in themed mode (2007-2009)
- QC #70441: ToUpper and ToLower modify a Const argument (2009)
- QC #69752: ToUpper and ToLower with NullString (2009)
- QC #67564, QC #69875: StringBuilder.Replace is incorrect (2009)
Nicht alle Bugs treten in allen Delphi Versionen auf, die Patches werden je nach Delphi Version automatisch einkompiliert oder weggelassen. Zudem findet eine Erkennung auf CodeGear-Patches für die Bugs statt.
Unterstützte Delphi Versionen:
Delphi 6, 7, 2005, 2006, 2007, 2009
C++Builder 2007, 2009
Nutzung
Delphi: Einfach die
Unit in die USES-Anweisung der Projektdatei aufnehmen. Vorzugsweise als erste
Unit nach dem optionalen Speichermanager.
C++Builder: Einfach die die
Unit über den Projektmanager hinzufügen. C++Builder ruft dann automatisch den Delphi Compiler für die
Unit auf.