THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/11/2008 at 10:03, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11
Platform:
Language(s) : C++ ;
---------
Hi!
Can anyone of you try to execute this two lines on Xcode?
#include "ge_dynamicarray.h"
> \> GeDynamicArray<String>z; \> z.ReScope(4); \>
I get this message on compiling:
../../resource/_api/ge_dynamicarray.h:480: error: no matching function for call to 'String::operator new(long unsigned int, String*&)'
../../resource/_api/c4d_string.h:46: note: candidates are: static void* String::operator new(size_t, const std::nothrow_t&, int, const CHAR* )
Does anyone know how I can get this to work? Thanks.
Bye.