The following problem is tripping me up at the moment:
1. I have a variable of a complex Record type, that includes pointers
to arrays.
2. The sizes of the arrays are determined at run time.
3. I would like to save the variable to a file, and later retrieve it
again.
Does anyone know whether this is possible?
There is another, related issue, that I'm also not able to answer:
How does one bind a large amount of data into an executable, other than
by simply declaring the data (including the actual values) in the
pascal code? Can it be done at all?
Best regards,
Stefan W. Christensen