[fpc-pascal]strange error

vtech@fpc vtech-fpc at seznam.cz
Wed Apr 16 08:34:24 CEST 2003


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;




More information about the fpc-pascal mailing list