There is a missing package f213_r70 being referred to in
ff2_d70.dpk.
I think the package it was refering to is really ff2_r70.
I have fixed this locally but the package should be fixed
here. Thank you.
Source code for updated ff2_d70.dpk
===
package ff2_d70;
{$R *.res}
{$R '..\source\ffclreg.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS OFF}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'TurboPower FlashFiler Designtime
Package - VCL70'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
designide,
dbrtl,
ff2_r70;
contains
ffclreg in '..\source\ffclreg.pas',
ffclfldg in '..\source\ffclfldg.pas',
ffclver in '..\source\ffclver.pas',
ffabout in '..\source\ffabout.pas',
ffclexpt in '..\source\ffclexpt.pas',
ffclexps in '..\source\ffclexps.pas' {frmSelectProtocols},
ffllgrid in '..\source\ffllgrid.pas',
ffclcoln in '..\source\ffclcoln.pas' {ffParamEditor},
ffclsqle in '..\source\ffclsqle.pas' {ffSqlEditor};
{$I ffdefine.inc}
{$IFDEF SingleEXE}
!! Error: This package should not be compiled with
SingleEXE mode enabled
{$ENDIF}
end.
===