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

    How to create installing package

    SDK Help
    0
    2
    664
    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
      Helper
      last edited by

      On 23/03/2018 at 04:08, xxxxxxxx wrote:

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

      ---------
      I am developing a cinema4D plugin using the visual studio and programming language is C++. This plugin is work but when I copy the Myplugin.cdl64 and res in another system at the following path "C:\Program Files\MAXON\Cinema 4D R19 Demo\plugins\Myplugin'. It is not showing in cinema4D.

      I want to know how to create a package for the cinema4d.

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

        On 26/03/2018 at 02:53, xxxxxxxx wrote:

        Hi Amlendra, thanks for writing us.

        With reference to your question, unfortunately I can't be of any great help without further details:

        1. What's your Visual Studio version?
        2. Is Windows OS equal on the two systems?
        3. Do you have any library or dll referenced in your code which is found on the development machine and maybe missing on the destination machine?
        4. Might any file on the destination machine missing reading attributes?
        5. Are you actually using, on the destination machine, a release build and NOT a debug one? (in the second case you might be missing the c++ debug dll runtimes)

        Last but not least, with Cinema 4D, there's no "plugin installing package" to create or to take care of: just copying the compiled plugin and the res folder does the trick

        Best, Riccardo

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