Linking several plugins

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

On 21/04/2010 at 14:20, xxxxxxxx wrote:

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

---------
It might be a simple question, but I don't get it right now:

I have created a plugin that includes a tag with description.

Now I am creating a different plugin that shall use one of these description entries. However, the enum ID of the description field is "unknown" to the new plugin. I can include the header file from the description, then it all works.

What I am wondering now is: why does it work for the C4D descriptions??? E.g. the ID for the cylinder height is PRIM_CYLINDER_HEIGHT. This enum ID is known to my plugin, even if I do not include the ocylinder.h header file explicitely. Where am I missing the include or link to that enumeration??

Thanks a lot for your help!!

Cheers,
Juergen

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

On 22/04/2010 at 01:55, xxxxxxxx wrote:

It's includes through c4d.h - > c4d_includes.h - > ocylinder.h.

cheers,
Matthias