THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/01/2008 at 09:16, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.5
Platform: Mac OSX ;
Language(s) : C++ ;
---------
OK, here it is. My first C++ question :)
I want to create a new material. Isn't this done with:
> BaseMaterial *mat = Alloc(Mmaterial);
I get a compiler error:
> error: 'Alloc' was not declared in this scope
Anyone?