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

    Reading BaseChannels

    SDK Help
    0
    2
    275
    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
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 05/08/2003 at 20:37, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.200 
      Platform:      
      Language(s) :     C++  ;

      ---------Maybe it's in the new documentation ( all I found was 8.1 SDK docs? ), but, v8.1 hf->ReadChannel(BaseChannel* ) did not require an allocated BaseChannel where as it seems 8.2 does ( tested as part of my J1 import code ). Assuming that the pointer should be NULL when passed to the function because it worked in 8.1 ( contrary to how 8.2 works ). This was painful. Maybe others can benefit...

      David Farmer

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 07/08/2003 at 10:52, xxxxxxxx wrote:

        It will be in the docs that it is so, but there are no newer doc versions than 8.100 at the moment.
        A small hint is given in the signature of the function, since the parameter type changed from reference-to-pointer to just pointer, but I guess that's a little hard to spot since it doesn't cause any compilation errors. (For the docs I use windiff on the api folder.)

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