Hi Primrose,
By default TObjArrays are named "TObjArray".
You should give a name to your arrays if you want to store more than one
in the shared memory.
TObjArray a;
a.SetName("xxx");
Rene Brun
On Mon, 27 Aug 2001, Primrose Mbanefo wrote:
> Hello everyone,
> I wrote to a shared memory file an object which contains a TObjArray.
> How can I get what is contained in the above array?
> Using classical methods gives a segmentation fault.
> Thanks,
> Primrose
>
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:58 MET