[fpc-pascal]Forward type declaration

Johann Glaser Johann.Glaser at gmx.at
Wed Apr 23 22:04:20 CEST 2003


Hi Peter!

> It is already possible.
> 
> You need to define a pointer type to the record first. See the example for
> a linked list:
> 
> type
>   PRec = ^TRec
>   TRec = record
>      next  : PRec;
>   end;

I tried this. But therefore the declaration of TRec must be immediately
after the declaration of PRec. Nothing can be in between. But this would
be necessary for my case.

Bye
  Hansi

-- 
Johann Glaser   <Johann.Glaser at gmx.at>
   Vienna University of Technology
       Electrical Engineering 
____ http://www.johann-glaser.at/ ____




More information about the fpc-pascal mailing list