THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/09/2005 at 09:56, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.1
Platform: Windows ; Mac ;
Language(s) : C++ ;
---------
Hi,
I am storing a baselink into a basecontainer which I then save into the hyperfile. This is in the Write routine of my object.
But when I try to read the baselink in again from the container in the Read function (all other values are in the container), the link to the baselist2d object is always NULL (the baselink however seems to be there).
BaseList2D* link = bf.GetBaseLink(start++)->GetLink(hf->GetDocument());
Is it not possible or am I doing something wrong?
Thanks