Noob problem: pointer

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 02/06/2004 at 05:15, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.500 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
Hi.

1. Problem: a plugin tag (slave) want to tell to another plugin tag (master), that the tag exist and where in document he is.

2. Problem: how can the master tag check, that the slave tag exist and not became deleted?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 08/06/2004 at 04:55, xxxxxxxx wrote:

1/2: Generally hard to do foolproof. You'll have to maintain a central registry and check CoreMessage()s, possibly combined with a SceneHookData. Not really "noob" material I'm afraid. The easiest would be to just trust the user with 2, and use a link field for 1.