Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login

    Linking several plugins

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 220 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        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

        1 Reply Last reply Reply Quote 0
        • First post
          Last post