[fpc-pascal]dynamic array to open array conversion fixed
Jonas Maebe
jonas at zeus.rug.ac.be
Mon Dec 10 16:30:25 CET 2001
Hello,
Last week someone wanted to know how to define a record that contains a
procedure pointer to call and the arguments with it. I posted an example
using dynamic arrays, but mentioned it didn't work due to bugs in the
compiler. Those bugs are fixed now (more specifically: conversions from
dynamic arrays to open arrays weren't being handled) and it works now.
Note that you need version 1.1 of the compiler for dynamic array support
and that the fixes will only be in tomorrow's snapshot.
Jonas
More information about the fpc-pascal
mailing list