In our previous episode, Dave Coventry said: > > compileroptions.pp(427,14) Error: There is no method in an ancestor > class to be overridden: > "TCompilerMessagesList.Equals(TObject):Boolean;" > compileroptions.pp(734,39) Fatal: There were 1 errors compiling module, > stopping > Fatal: Compilation aborted
equals was added in FPC 2.4.2, so probably your compiler is too old. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
