![]() |
BGRAControls installieren
Hallo,
die Installation der BGRABitmap schlägt fehl, da PT unbekannt ist: Zitat:
Code:
Was muss da geändert werden und warum?
function TSVGLinkListeners.IndexOf(const Item: TSVGLinkEvent): Integer;
begin Result := 0; while (Result < FCount) and not ((TMethod(PT(FList)[Result]).Code = TMethod(Item).Code) // <- and (TMethod(PT(FList)[Result]).Data = TMethod(Item).Data)) do // <- Inc(Result); if Result = FCount then Result := -1; end; |
AW: BGRAControls installieren
Kein Fehler, alles OK.
Kontrolliert vorher die Path-Angaben, dann wird der Weg auch erfolgreich beschritten:-D |
Alle Zeitangaben in WEZ +1. Es ist jetzt 11:51 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