我是新手,刚装了 skinEngine,新建了一个form,使用时出现如下错误,请教是什么原因!是不是fr_Utils.pas的版本不对?
[Error] FR_Utils.pas(658): Undeclared identifier: 'frLocale'
[Error] FR_Utils.pas(766): Undeclared identifier: 'Script'
[Error] FR_Utils.pas(800): Undeclared identifier: 'Dictionary'
[Error] FR_Utils.pas(800): 'DO' expected but identifier 'Variables' found
[Error] FR_Utils.pas(802): Undeclared identifier: 'Dictionary'
[Error] FR_Utils.pas(802): Missing operator or semicolon
[Error] FR_Utils.pas(803): Undeclared identifier: 'Dictionary'
[Error] FR_Utils.pas(803): Missing operator or semicolon
[Error] FR_Utils.pas(824): Undeclared identifier: 'ReportName'
[Error] FR_Utils.pas(825): Undeclared identifier: 'ReportAutor'
[Error] FR_Utils.pas(826): Undeclared identifier: 'ReportComment'
[Error] FR_Utils.pas(827): Undeclared identifier: 'ReportCreateDate'
[Error] FR_Utils.pas(828): Undeclared identifier: 'ReportLastChange'
[Error] FR_Utils.pas(829): Undeclared identifier: 'ReportVersionMajor'
[Error] FR_Utils.pas(830): Undeclared identifier: 'ReportVersionMinor'
[Error] FR_Utils.pas(831): Undeclared identifier: 'ReportVersionRelease'
[Error] FR_Utils.pas(832): Undeclared identifier: 'ReportVersionBuild'
[Error] FR_Utils.pas(833): Undeclared identifier: 'ReportPassword'
[Error] FR_Utils.pas(848): Undeclared identifier: 'PageType'
[Error] FR_Utils.pas(848): Undeclared identifier: 'ptReport'
[Error] FR_Utils.pas(858): Undeclared identifier: 'LeftMargin'
[Error] FR_Utils.pas(859): Undeclared identifier: 'RightMargin'
[Error] FR_Utils.pas(860): Undeclared identifier: 'TopMargin'
[Error] FR_Utils.pas(861): Undeclared identifier: 'BottomMargin'
[Error] FR_Utils.pas(866): Undeclared identifier: 'Script'
[Error] FR_Utils.pas(874): Undeclared identifier: 'Height'
[Error] FR_Utils.pas(875): Undeclared identifier: 'Left'
[Error] FR_Utils.pas(876): Undeclared identifier: 'Top'
[Error] FR_Utils.pas(877): Undeclared identifier: 'Width'
[Error] FR_Utils.pas(878): Undeclared identifier: 'BorderStyle'
[Error] FR_Utils.pas(879): Undeclared identifier: 'Caption'
[Error] FR_Utils.pas(880): Undeclared identifier: 'Color'
[Error] FR_Utils.pas(881): Undeclared identifier: 'Position'
[Error] FR_Utils.pas(882): Undeclared identifier: 'Script'
[Error] FR_Utils.pas(891): For loop control variable must be simple local variable
[Error] FR_Utils.pas(896): For loop control variable must be simple local variable
[Error] FR_Utils.pas(901): Undeclared identifier: 'SaveToFR3Stream'
[Error] FR_Utils.pas(907): Undeclared identifier: 'PageType'
[Warning] FR_Utils.pas(907): Comparing signed and unsigned types - widened both operands
[Error] FR_Utils.pas(920): Statement expected but 'FUNCTION' found
[Error] FR_Utils.pas(936): ';' expected but '.' found
[Error] FR_Utils.pas(938): Declaration expected but end of file found
[Error] FR_Utils.pas(57): Unsatisfied forward or external declaration: 'frFieldIsNull'
[Fatal Error] FR_Class.pas(698): Could not compile used unit 'FR_Utils.pas'