[fpc-pascal] Strange error message?

Vincent Snijders vsnijders at quicknet.nl
Fri Jul 7 20:14:13 CEST 2006


Marc Santhoff wrote:
> Am Freitag, den 07.07.2006, 14:40 -0300 schrieb John Coppens:
> 
> 
>>    PrevProc: ShTableLine = DummyShLine;
> 
> 
> Use
> 
>     PrevProc: ShTableLine = @DummyShLine;
> 
> to tell fpc it's an address and no function call.
> 

or compile your code in tp mode (fpc -h for help about command line 
parameters).

Vincent



More information about the fpc-pascal mailing list