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?