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

    Problem using Melange in VS2017 C++

    Cineware SDK
    c++ sdk
    2
    2
    943
    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.
    • L
      lotusab12
      last edited by r_gigante

      Hi Maxon, now I can complie the example provided by Melange SDK successfully, but once I compile my own project I failed with a lot of errors, I am using VS2017 and *.lib files are from version 2015 folder in sdk

      I only include headers files and that's all what I did...

      include "default_alien_overloads.h"
      include "c4d.h"
      

      I found a lot of errors like this: LNK2005 "class melange::RootObject * __cdecl AllocAlienRootObject*********" already defined in main.obj
      and one like this:
      melange_release.lib(pravite_ge_win_thread.obj) : error LNK2001 : unresolved external symbol __imp_timeGetTime

      Help me please, many thanks!

      1 Reply Last reply Reply Quote 0
      • r_giganteR
        r_gigante
        last edited by

        Hi Lotuslab12, thanks for reaching out us.

        With regard to your issue, rather than creating a new solution/project, I recommend cloning the provided melange example and adapt it to your needs.
        Starting from scratch could lead to all the needed settings not to be on place and cause your building process to fail.

        Finally, be aware that Melange-related questions should go in the Melange Development category, and to make proper use of tags and Q&A functionality.

        Best, Riccardo

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