Problem compiling Project
There is error message:
[DCC Error] fs_isysrtti.pas(556): F2039 Could not create output file 'C:\Program Files (x86)\FastReports\FastReport 4\LibD11\fs_isysrtti.dcu'
Any idea?
[DCC Error] fs_isysrtti.pas(556): F2039 Could not create output file 'C:\Program Files (x86)\FastReports\FastReport 4\LibD11\fs_isysrtti.dcu'
Any idea?
Comments
winxp, delphi 2010, fr4.9.84 (basic standard pro) it would just be guessing.
and create a file there?
Win.7 Pro 64-bit, Delphi 2007, FR 4.9.
Issue solved adding read/write permission to Users group on
C:\Program Files (x86)\FastReports\FastReport 4\LibD11\
Strange, becouse I'm working as local Admin.
Now is OK.
This problem still persists in XE3. Why is it not fixed by now!!!
Workaround
- right-click project in project manager : select "options"
- set a value for Delphi compiler | Unit output directory (Specifies the where the compiler should put the executable file.)
Make this a writeable folder i.e. not in Program Files like "C:\MyProject"
Normally if you leave this setting blank Delphi will dump the dcu files and executable with your code. This sensible behaviour falls over with FastReports.