Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. sgeggie
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 1
    • Controversial 0
    • Groups 0

    sgeggie

    @sgeggie

    1
    Reputation
    107
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sgeggie Unfollow Follow

    Best posts made by sgeggie

    • RE: Where to put my .dylib ?

      Hi. I haven't massively familiarized myself with your problem, but I just stumbled across this in the documentation and thought it sounded related:

      https://developers.maxon.net/docs/cpp/2023_2/page_maxonapi_plugin_dev.html#page_maxonapi_plugin_dev_dependencies_libs

      DLLs needed by a plugin can be placed in myplugin\res\libs\win64; DYLIBs can be placed in myplugin\res\libs\osx.

      posted in Cinema 4D SDK
      S
      sgeggie

    Latest posts made by sgeggie

    • RE: Project tool and non-cpp file extensions

      That's great, Andreas. Thanks! I'll kludge on until then.

      posted in Cinema 4D SDK
      S
      sgeggie
    • RE: Where to put my .dylib ?

      Hi. I haven't massively familiarized myself with your problem, but I just stumbled across this in the documentation and thought it sounded related:

      https://developers.maxon.net/docs/cpp/2023_2/page_maxonapi_plugin_dev.html#page_maxonapi_plugin_dev_dependencies_libs

      DLLs needed by a plugin can be placed in myplugin\res\libs\win64; DYLIBs can be placed in myplugin\res\libs\osx.

      posted in Cinema 4D SDK
      S
      sgeggie
    • Project tool and non-cpp file extensions

      I'm using the project tool to build a plugin. I'd like to reuse a library built in my regular project structure, but I'm having a bit of trouble adding it to the Project Tool structure.
      Critically, it seems like source files added to a project with "Include.Win=" must have either .h or .cpp extensions. At least, all of the files I try to add with a .cc extension aren't taking.
      I should also mention that I am adding files outside of the sdk directory using "../../../../../" style paths, which I know is not recommended, but has worked well for all of my .cpp files. Could this be the problem?
      Before I start extensively copying and renaming, is my assumption correct? Is there no way to force the tool to add a .cc file to my project? If so, is this documented anywhere?

      Regards,
      Sean

      posted in Cinema 4D SDK
      S
      sgeggie