Fastreport 5.6 [dcc32 Error] fs_isysrtti.pas(92): E2035 Not enough actual parameters
Hello,
I installed Fastreport 5.6 for Delphi Seattle.
Since then I cannot compile any application which has FastReport in it.
Message:
[dcc32 Error] fs_isysrtti.pas(92): E2035 Not enough actual parameters
function FormatV(const Fmt: String; Args: Variant): String;
var
ar: TVarRecArray;
begin
VariantToVarRec(Args, ar); <---- THIS LINE HAS ERROR
Result := Format(Fmt, ar);
ClearVarRec(ar);
end;
Please help me because I cannot work at all if it is not fixed. Thank you.
I installed Fastreport 5.6 for Delphi Seattle.
Since then I cannot compile any application which has FastReport in it.
Message:
[dcc32 Error] fs_isysrtti.pas(92): E2035 Not enough actual parameters
function FormatV(const Fmt: String; Args: Variant): String;
var
ar: TVarRecArray;
begin
VariantToVarRec(Args, ar); <---- THIS LINE HAS ERROR
Result := Format(Fmt, ar);
ClearVarRec(ar);
end;
Please help me because I cannot work at all if it is not fixed. Thank you.
Comments