On 3/3/2011 17:15, Leonardo M. Ramé wrote:
Sorry, the error was here:

    TOnSqueeze = procedure (AQuote: TQuote); of object;

This line should be:

    TOnSqueeze = procedure (AQuote: TQuote) of object;

amazing what a misplaced semi-colon will do, eh? ;)

i would have thought that there would have been an additional error concerning the trailing "of object"... was there? did it give a clue as to the actual error of the misplaced semi-colon?
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to