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
    • Register
    • Login

    How to create installing package

    SDK Help
    0
    1
    324
    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 09/04/2018 at 20:45, xxxxxxxx wrote:

      A follow-up to anyone else experiencing this issue, make sure you are compiling in release as knickknack suggested. If you've made your own project (and not cloned the sdk) then what you'll need to make sure you're doing is building a Multithreaded DLL not a Multithreaded Debug DLL. The debug form will require any system running it has the necessary debugging symbols installed (unlikely unless they are also using visual studio). The setting can be found in the property pages > C/C++ > Code Generation > Runtime Library.

      You'll want debug when debugging (naturally) and non-debug when releasing, try not to release a debug dll by accident !!! (I've definitely done it Tongue)

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