[fpc-pascal] Strange error message?

Marc Santhoff M.Santhoff at t-online.de
Fri Jul 7 20:12:38 CEST 2006


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.

Have fun,
Marc





More information about the fpc-pascal mailing list