Am Donnerstag 10 Juli 2008 12:17:04 schrieb lusob:
> Hello, and thanks for the example!
> My class has another class as data member (instead a struct). How can I
> allocate it in shared memory?
> Thanks again!!

I think, it is better to use C-structs for data only in shared memory. It is 
not a memory for allocate and free many times, because you may reuse memory 
lecks by yourself.

Manfred

Reply via email to