Hi all,
I've been using your Pascal compiler for a few years now to run a substantial simulation programme. The last copy I was using was dated 20011202.
I've downloaded 20020402 and 20020410 and both have a new error with my software:
internal error: non-constant actual discriminants not yet supported (they work with 'New' using a pointer to the schema type)
Any reason for the change?
Regards
David Wood Guidance and Imaging Solutions Group QinetiQ X107/1022, Ively Road, Farnborough Phone: 01252-393974
Wood David wrote:
I've been using your Pascal compiler for a few years now to run a substantial simulation programme. The last copy I was using was dated 20011202.
I've downloaded 20020402 and 20020410 and both have a new error with my software:
internal error: non-constant actual discriminants not yet supported (they work with 'New' using a pointer to the schema type)
Any reason for the change?
Yes -- because it didn't really work previously (only sometimes by chance). Implementing it correctly is planned, of course, but not so easy, and seems to be of relevance only to few (including you, unfortunately), so it has been delayed. For now, you might have to use a pointer and `New'.
Frank