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

    GeDynamicArray not includeable

    SDK Help
    0
    8
    465
    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 31/10/2006 at 07:56, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   9.6 
      Platform:    Mac  ;  Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      Hi,

      I am using Codewarrior 8.3 still here for a cross compile for MAC PPC (C4D 9.6).

      But including gedynamicarray.h results in a compiling error:

      Error   : object 'operator new(unsigned long, void * )' redefined
      (included from:
      envinstance.h:139
      instanceshader_new_bkp.cpp:1)
      ge_dynamicarray.h line 16    inline void* operator new(size_t, void* __p) { return __p; }

      Same for the delete operator redefinition. How can I fix this? Anybody encountered similar problems?

      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 01/11/2006 at 06:37, xxxxxxxx wrote:

        Anybody? I need to get that MAC compile done.
        Can I simply remove or uncomment these placeholders from the API?

        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 01/11/2006 at 14:42, xxxxxxxx wrote:

          Sorry I have no answer at the moment, I will ask the programmers. Afaik the GeDynamicArray template class has been introduced with 9.6 and since 9.5 MAXON stopped using Codewarrior, maybe time to update your development enviroment to spare you some other nasty surprises.

          cheers,
          Matthias

          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 01/11/2006 at 15:49, xxxxxxxx wrote:

            Thanks. I thought MAXON stopped with R10. What other environment allows cross-compiling? I don´t wanna buy something new as PPC is gone for R10 and higher anyway.

            In this short time before release I cannot switch either. Please let me know what the programmers said. Maybe it´s a matter of settings or so (hopefully).

            Thank you!

            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 02/11/2006 at 01:50, xxxxxxxx wrote:

              Quote: Originally posted by 3D Designer on 01 November 2006
              >
              > * * *
              >
              > Thanks. I thought MAXON stopped with R10. What other environment allows cross-compiling? I don´t wanna buy something new as PPC is gone for R10 and higher anyway.
              >
              >
              > * * *

              My mistake, sorry about that. You still need Codewarrior up to C4D 9.6. But from R10 on you need XCode. Anyway I send your report to the developers, I let you know when I have an answer.

              cheers,
              Matthias

              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/11/2006 at 06:04, xxxxxxxx wrote:

                Still no answer? I REALLY need a solution to this problem.

                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 08/11/2006 at 13:21, xxxxxxxx wrote:

                  If the compiler doesn't mind taking them away then I'd assume that it's safe to do so. After all, they don't implement anything outside of the most basic placement new there could be: simply reusing the passed pointer.

                  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 08/11/2006 at 15:47, xxxxxxxx wrote:

                    Thanks, I´ll try that!

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