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

    Compiling SDK Problem

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 218 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 28/11/2007 at 09:59, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   R10.111 
      Platform:      
      Language(s) :     C++  ;

      ---------
      Hi
      i started programming today and tried to compile the sdk. I read a lot here and downloaded the Windows platform SDK and included it to the vcproj file. I compiled this with VS 2005 Express and i get the following errors:
      c:\programme\maxon\cinema 4d r10\resource\_api\c4d_basekey.h(31) : error C2027: Verwendung des undefinierten Typs "C4D_Key"
      c:\programme\maxon\cinema 4d r10\resource\_api\operatingsystem.h(164) : Siehe Deklaration von 'C4D_Key'
      c:\programme\maxon\cinema 4d r10\resource\_api\c4d_basekey.h(31) : error C2227: Links von "->FillKey" muss sich ein Zeiger auf Klassen-/Struktur-/Union-/generischen Typ befinden.
      c:\programme\maxon\cinema 4d r10\resource\_api\c4d_basetrack.cpp(8) : error C2027: Verwendung des undefinierten Typs "C4D_Track"
      ...
      ...
      ... and so on
       
      Any ideas???

      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/11/2007 at 14:15, xxxxxxxx wrote:

        Translation of the Errors is:
        Error C2027: Using an undefined Type "C4D_Key"
        Error C2227: Left side of "->FillKey" has to be a pointer on a class/struct or union

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