Array as instance data

Jouni Miettunen (jouni.miettunen@ccc.fi)
Wed, 18 Dec 1996 13:47:55 +0200

Hello all,

Is there anything unusual that has to be remembered when defining an array
as instance data? I recall that the array has to be initialized in order to
force the system to reserve memory for it.. Anything else?

I have an array[16][8] and it gets corrupted.. Last it crashed saying
CORRUPT_LINKAGE and Internal error in geos 501. What happened?

It would seem that the first 16 places are ok, but the next (or one after
that) corrupts memory == about when I try to write into array[1][1]..

Well, I need only one array, so I can make it global. I'd just like to
know what is happening <sigh>

--jouni miettunen