THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/09/2004 at 15:12, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.206
Platform:
Language(s) : C++ ;
---------
My plugin i am creating uses a linked list to hold information about certain objects. The linked list is a public member variable of a Object Data plugin.
Now I would like to be able to access this link list from another plugin I develope, but im not sure how I can access the linked list from the other plugin.
Any ideas?