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

    C++ SDK Documentation R11 online

    Scheduled Pinned Locked Moved SDK Help
    8 Posts 0 Posters 565 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 31/10/2008 at 08:01, xxxxxxxx wrote:

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

      ---------
      Dear developers,

      I am pleased to announce the release of the C++ SDK documentation for CINEMA 4D R11. It includes many changes, additions and bug fixes.

      As usual it is avaible as HTML files and Windows HTML (CHM) file download.
      Get it at the PluginCafe:

      PluginCafe[URL-REMOVED]

      cheers,
      Matthias


      [URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.

      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 31/10/2008 at 10:06, xxxxxxxx wrote:

        Cool,

        the class BaseBitmapLink is exactly what I need(ed) this week. 🙂

        Thanks...

        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 31/10/2008 at 11:06, xxxxxxxx wrote:

          Hi!

          Is it a misspelling? 11.506?

          > Quote: __
          >
          > * * *
          >
          > The documentation is for CINEMA 4D version 10.506.
          >
          >
          >
          > * * *

          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 31/10/2008 at 11:11, xxxxxxxx wrote:

            Unfortunatly the introduction chapters were not properly updated 😕 I will post an update after weekend.

            Please report all bugs you find.

            Thanks.

            cheers,
            Matthias

            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 31/10/2008 at 11:20, xxxxxxxx wrote:

              ah, ok.

              > Quote: __
              >
              > * * *
              >
              > Please report all bugs you find.
              >
              >
              >
              >
              > * * *

              I will do...

              Nice weekend.

              P.S. In the part "Creating libraries"

              if (!lfib || !flib- >MyLibraryFunction) return FALSE;

              (variable lfib is wrong -> flib)

              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 03/11/2008 at 02:18, xxxxxxxx wrote:

                The fixed documentation is online. Sorry for the inconvenience.

                cheers,
                Matthias

                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 14/11/2008 at 09:51, xxxxxxxx wrote:

                  In String::StringToLong(), this

                  if (!(*error)) then there was a problem

                  needs to be this:

                  if (*error != 0) then there was a problem

                  - just like StringToReal().

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

                    Hi!

                    Found to 'bugs' in the documentation.

                    1. Creating libraries:

                    if (!lfib || !flib->MyLibraryFunction) return FALSE;

                    lfib -> flib

                    1. Reference page

                    The link "Threads" above "MPThread" does not work correctly. It should link to the class, shouldn't it?

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