fr2.53 with DELPHI2005
I can install fasrtreport 2.53 in DELPHI2005.
[Fatal Error] fr_reg.pas(25): F1026 File not found: 'DsgnIntf.dcu'
I need help.
[Fatal Error] fr_reg.pas(25): F1026 File not found: 'DsgnIntf.dcu'
I need help.
Comments
add this to fr.inc
{$IFDEF VER170} // Delphi 9.0
{$DEFINE Delphi4}
{$DEFINE Delphi5}
{$DEFINE Delphi6}
{$DEFINE Delphi7}
{$WARN UNSAFE_CODE OFF}
{$ENDIF}
but you can find another error
http://www.fast-report.com/en/forum/?p=/discussion/1546