THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/04/2003 at 22:09, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
I have a very simple coffee plugin that worked under 7.3 but in 8.1 gives an error in the following (partial code) :
var cube = new(PrimitiveObject);
cube->SetPrimitiveType(PRIMITIVE_CUBE);
The error is:
Incompatible types... NIL/OBJECT
What could be wrong? Has something changed in 8.1?