FastReport object Error - Embarcadero Delphi 2010

Hey Guys,

I need a quick help here. When i put a fast report on a form and compile, i have an error:

" _<DCC Erreur fatale_> fs_isysrtti.pas(581):F2039 Impossible de cr_er le fichier de sortie 'C:_/Program Files_/FastReports_/FastReport4_/LibD14_/fs _isysrtti.dcu"

I am on Embarcadero 2010.

I can compile my code or move forward.

Please help,

thanks,

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 5:03AM
    sounds like permissons settings for windows are not correct
  • edited 5:03AM
    gordk wrote: »
    sounds like permissons settings for windows are not correct


    May you please give more details if you can?

    Thanks,
  • gpigpi
    edited 5:03AM
    Set permissions for full access for all users for C:_/Program Files_/FastReports_/FastReport4_/LibD14_ folder
  • edited 5:03AM
    I think the question has to be why the compiler wants to write something that is related to FastScript to the Program Files folder when compiling a project, i.e. after Delphi has been installed? Why does the compiler want to recompile and thus recreate fs _isysrtti.dcu?

    There is a setting in Delphi which has to do with recompiling packages. I can never find it when I look for it, so it may only be accessible when installing a package. It is something like 'Always recompile'. Maybe that was set when FR was installed?
    If this is needed, rather than giving fiull permission to the Program Files folder it would IMO be better to install FR so that it outputs its dcu's to a folder under My Documents.

Leave a Comment