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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to