Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   FreePascal (https://www.delphipraxis.net/74-freepascal/)
-   -   FreePascal BGRAControls installieren (https://www.delphipraxis.net/214791-bgracontrols-installieren.html)

Alter Mann 11. Mär 2024 12:00


BGRAControls installieren
 
Hallo,

die Installation der BGRABitmap schlägt fehl, da PT unbekannt ist:
Zitat:

C:\Lazarus\ccr\bgrabitmap\bgrabitmap\bgrasvgtype.p as(501,19) Error: (5000) Identifier not found "PT"
Code:
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;
Was muss da geändert werden und warum?

Alter Mann 11. Mär 2024 14:51

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 05:45 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz