[dcc32 Fatal Error] F2051

I unistalled the FR4 and install FR5 for Delphi XE8 from the FastReport Web site.
After installation when I try to compile my project the following error shows up:
[dcc32 Fatal Error] fs_isysrtti.pas(589):
F2051 Unit fs_iinterpreter was compiled with
a different version of fs_isysrtti.TfsSysFunctions

I appretiate any help on this subject.
Jos?©

Comments

  • PolomintPolomint Australia
    edited August 2015
    G'day Jos?©. When you say "Uninstall" did you rely on the FR installation process? It's not foolproof. You also have to manually delete the packages (and anything else left behind) from the folders:
    - c:\Program Files (x86)\FastReports\FastReport ?\LibD??\*.bpl
    - c:\Program Files (x86)\FastReports\FastReport ?\LibD??x64\*.bpl
    - c:\Program Files (x86)\Embarcadero\RAD Studio\??.0\bin64\*.bpl
    - c:\Program Files (x86)\Embarcadero\Studio\??.0\bin64\*.bpl

    You might not have all of these present. I am still using XE2 and XE7 on Windows 10 64-bit, so I can't tell you for sure what should replace the ??, and if your system is Windows 32-bit you'll have \Program Files\ rather than \Program Files (x86)\. Basically if there is anything hanging around in a \FastReport ?\ folder or sub-folder after the "uninstall" nuke it!

    Cheers, Paul
  • edited 11:15AM
    Polomint wrote: »
    G'day Jos?©. When you say "Uninstall" did you rely on the FR installation process? It's not foolproof. You also have to manually delete the packages (and anything else left behind) from the folders:
    - c:\Program Files (x86)\FastReports\FastReport ?\LibD??\*.bpl
    - c:\Program Files (x86)\FastReports\FastReport ?\LibD??x64\*.bpl
    - c:\Program Files (x86)\Embarcadero\RAD Studio\??.0\bin64\*.bpl
    - c:\Program Files (x86)\Embarcadero\Studio\??.0\bin64\*.bpl

    You might not have all of these present. I am still using XE2 and XE7 on Windows 10 64-bit, so I can't tell you for sure what should replace the ??, and if your system is Windows 32-bit you'll have \Program Files\ rather than \Program Files (x86)\. Basically if there is anything hanging around in a \FastReport ?\ folder or sub-folder after the "uninstall" nuke it!

    Cheers, Paul
  • edited 11:15AM
    Thank you Paul for your answer. I will try what you suggested and will report the results.
    Jos?©
  • gpigpi
    edited 11:15AM
    Also try to run FR's recompile.exe as administrator and recompile all FR's packages
  • edited 11:15AM
    gpi wrote: »
    Also try to run FR's recompile.exe as administrator and recompile all FR's packages

    Thank you for you tip. i recompiled the package end it worked.
    Jos?©

Leave a Comment