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. dgould
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    dgould

    @dgould

    0
    Reputation
    3
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dgould Unfollow Follow

    Latest posts made by dgould

    • Support for Material X?

      Are there any plans for C4D to support importing Material X?
      Thanks.

      posted in General Talk c++ 2024
      D
      dgould
    • Error compiling R23 framework

      I've downloaded the latest R23 SDK from here: https://developers.maxon.net/downloads/Cinema_4D_CPP_SDK_23_107.zip
      I then ran the Project Tool to generate the project files.
      When I compile the math.framework project in VS I get the following error:

      2>kdtree.cpp
      2>C:\Temp\sdk_check\frameworks\core.framework\source\maxon\utilities\resultbase.h(571,4): error C2079: 'maxon::ResultBase<RESULT_TYPE>::_value' uses undefined class 'maxon::BlendAnimationRef'
      2>        with
      2>        [
      2>            RESULT_TYPE=maxon::BlendAnimationRef
      2>        ] (compiling source file ..\source\maxon\blend_animation.cpp)
      2>C:\Temp\sdk_check\frameworks\core.framework\source\maxon\utilities\resultbase.h(760): message : see reference to class template instantiation 'maxon::ResultBase<RESULT_TYPE>' being compiled
      2>        with
      2>        [
      2>            RESULT_TYPE=maxon::BlendAnimationRef
      2>        ] (compiling source file ..\source\maxon\blend_animation.cpp)
      2>C:\Temp\sdk_check\frameworks\core.framework\source\maxon\objectbase.h(1287): message : see reference to class template instantiation 'maxon::Result<maxon::BlendAnimationRef>' being compiled (compiling source file ..\source\maxon\blend_animation.cpp)
      2>C:\Temp\sdk_check\frameworks\core.framework\source\maxon\utilities\resultbase.h(571,4): error C2079: 'maxon::ResultBase<RESULT_TYPE>::_value' uses undefined class 'maxon::BlendAnimationRef'
      2>        with
      2>        [
      2>            RESULT_TYPE=maxon::BlendAnimationRef
      2>        ] (compiling source file ..\generated\hxx\register.cpp)
      2>C:\Temp\sdk_check\frameworks\core.framework\source\maxon\utilities\resultbase.h(760): message : see reference to class template instantiation 'maxon::ResultBase<RESULT_TYPE>' being compiled
      2>        with
      2>        [
      2>            RESULT_TYPE=maxon::BlendAnimationRef
      2>        ] (compiling source file ..\generated\hxx\register.cpp)
      2>C:\Temp\sdk_check\frameworks\core.framework\source\maxon\objectbase.h(1287): message : see reference to class template instantiation 'maxon::Result<maxon::BlendAnimationRef>' being compiled (compiling source file ..\generated\hxx\register.cpp)
      
      

      As per this post I understood that this issue was resolved: https://developers.maxon.net/forum/topic/13244/build-fails-with-r23-sdk/3
      However it seems not.
      Thanks.

      posted in Cinema 4D SDK r23 c++
      D
      dgould