[fpc-pascal]strange error

Peter Vreman peter at freepascal.org
Wed Apr 16 15:29:46 CEST 2003


At 08:34 16-4-2003, you wrote:

>JM> What is the declaration of Vertices and Vertices2?
>
>   TVertex3D = record
>    x,y,z : float;   //float = single
>   end;
>
>   Vertices : array of TVertex3D;
>   Vertices2 : array of TVertex3D;

Can you provided a compilable example that we can use for the test suite.


Peter




More information about the fpc-pascal mailing list