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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    64bit compile problem

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 191 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 20/10/2007 at 10:09, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:    
      Platform:      
      Language(s) :

      ---------
      Hi everybody,
      i need help in compiling on a 64bit system the cinemasdk plugin.
      While the api compiles without problems, the cinemasdk returns 753 errors like the following ones:

      1>SimpleMaterial.obj : error LNK2001: unresolved external symbol "public: __cdecl BaseContainer::~BaseContainer(void)" (??1BaseContainer@@QEAA@XZ)
      1>LookAtCamera.obj : error LNK2001: unresolved external symbol "public: __cdecl BaseContainer::~BaseContainer(void)" (??1BaseContainer@@QEAA@XZ)
      1>edgecuttool.obj : error LNK2001: unresolved external symbol "public: __cdecl BaseContainer::~BaseContainer(void)" (??1BaseContainer@@QEAA@XZ)
      1>LiquidTool.obj : error LNK2001: unresolved external symbol "public: __cdecl BaseContainer::~BaseContainer(void)" (??1BaseContainer@@QEAA@XZ)
      1>SubDialog.obj : error LNK2001: unresolved external symbol "public: __cdecl BaseContainer::~BaseContainer(void)" (??1BaseContainer@@QEAA@XZ)
      1>Atom.obj : error LNK2001: unresolved external symbol "public: __cdecl BaseContainer::~BaseContainer(void)" (??1BaseContainer@@QEAA@XZ)
      1>MorphMixer.obj : error LNK2001: unresolved external symbol "public: __cdecl BaseContainer::~BaseContainer(void)" (??1BaseContainer@@QEAA@XZ)
      1>ParticleVolume.obj : error LNK2001: unresolved external symbol "public: __cdecl BaseContainer::~BaseContainer(void)" (??1BaseContainer@@QEAA@XZ)

      I used a fresh installation of Cinema R10 with untouched resource and cinemasdk project. I'm working under Windows XP64 with VS2005.

      Cheers
      Daniele

      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 28/03/2008 at 12:03, xxxxxxxx wrote:

        I've run into this off and on over the years and it's always made me nuts... While I suspect you've already solved the problem, for future reference, I think this is what you're looking for:

        Project->Dependencies
        select Project "cinema4dsdk" depends on "_api" and then check the box next to "_api"

        Also go to Project->Property Pages
        Configuration Properties->C/C++
        Language
        set "OpenMP Support" to No
        (that's an unrelated problem, but at least used to be an issue trying to do a clean build from a clean sdk)

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