![]() |
TListView patch for Delphi 5-6 (maybe 7) - Critical
Beim Schmökern gefunden:
TListView patch for Delphi 5-6 (maybe 7) - Critical --------------------------------------------------- Since program uses TListView control, VCL must be patched to prevent Access Violations during ListView drawing under Windows XP. Patch is the following. Open ComCtrls.pas, search for TCustomListView.UpdateColumn. Replace:
Delphi-Quellcode:
with:
if FImageIndex <> -1 then
fmt := fmt or LVCFMT_IMAGE or LVCFMT_COL_HAS_IMAGES;
Delphi-Quellcode:
Recompile and update ComCtrls.dcu in Delphi Lib folder.
if FImageIndex <> -1 then
fmt := fmt or LVCFMT_IMAGE or LVCFMT_COL_HAS_IMAGES else mask := mask and not (LVCF_IMAGE); Patch by Matteo Riso. Roland [edit=SirThornberry] Mfg, SirThornberry[/edit] |
Re: TListView patch for Delphi 5-6 (maybe 7) - Critical
Ist doch altbekannt und bei Borland gelistet samt Umgehung. Brauchen wir sowas wirklich in der CodeLib?
Sorry, verguckt - kommt (hoffentlich) nicht wieder vor... |
Re: TListView patch for Delphi 5-6 (maybe 7) - Critical
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:10 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz