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


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to