![]() |
Delphi-Version: 10.2 Tokyo
Icon / Dateiversion auslesen bei 64-Bit anders?
Moin zusammen,
ich habe meine Programme auf 64Bit umgestellt, nun lassen sich die Icons und Dateiversion (in den Projektoptionen -> Anwendung -> Symbole bzw. Versionsinformationen festgelegt) nicht mehr "auslesen":
Delphi-Quellcode:
Hat sich was geändert?
//ToolI ist ein TImage
Icon := TIcon.Create; try ... Icon.Handle:=ExtractAssociatedIcon(hInstance, PChar(ToolE.Text), Filter); ToolI.Picture.Icon := icon; if GetFileVersion(ToolE.Text) <> 'No version specification' then ToolI.Hint := GetFileVersion(ToolE.Text); finally ToolI.show; icon.Free; end; |
AW: Icon / Dateiversion auslesen bei 64-Bit anders?
Hat sich erledigt....
Wenn man zu viel auf einmal ändert... naja es funktioniert jedenfalls. |
Alle Zeitangaben in WEZ +1. Es ist jetzt 16: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