[fpc-pascal] Forward type not resolved
waldo kitty
wkitty42 at windstream.net
Fri Mar 4 01:46:18 CET 2011
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?
More information about the fpc-pascal
mailing list