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.

Comments

  • gpigpi
    edited 8:10AM
    Uninstall all instances of FR, remove all FR's files and folders (see hidden and system folders too) and then install FR 5.6
  • edited 8:10AM
    gpi wrote: »
    Uninstall all instances of FR, remove all FR's files and folders (see hidden and system folders too) and then install FR 5.6
    thank you

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.