In CCR.EXIF gibt es (Version 1.5.3) folgende Deklaration:
Delphi-Quellcode:
TIPTCStringArray = type Types.TStringDynArray; //using 'type' means the helper defined below will only apply to it
{$IFDEF XE3+}
TIPTCStringArrayHelper = record helper for TIPTCStringArray
class function CreateFromStrings(const Strings: TStrings): TIPTCStringArray; static;
function Join(const Separator: string): string;
end;
{$ENDIF}
Das gibt "E2574 Instantiierter Typ kann nicht für TYPE-Typdeklaration verwendet werden", was schon
himitsu nicht gefallen hat.
Wie kann man das heilen?
Das Problem hatte ich vor ein paar Wochen auch schon und eine Lösung in der
DP-EN gepostet:
https://en.delphipraxis.net/topic/35...-throws-e2574/
Bisher sehe ich keine Probleme oder Seiteneffekte...