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

    Error making plugin

    SDK Help
    0
    2
    199
    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 10/01/2004 at 19:47, xxxxxxxx wrote:

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

      ---------
      I have downloaded the SDK for version 6.3 and tryed to make the plugins included. When I compile them I get 2 errors; "exception specification list mismatch c4d_memory.h line 22 void operator delete(void *p);" as well as "exception specification list mismatch c4d_memory.h line 23 void operator delete[](void *p);"

      Any ideas whats wrong? I am using the CodeWarrior 9.0.

      Cheers

      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 13/01/2004 at 06:08, xxxxxxxx wrote:

        It's probably complaining about the debug versions of the delete operator. You have to copy the new operator signature and make a new delete function. (I think there's a thread about this with newer SDKs. Please search the forum.)

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