On 08/01/2018 at 21:27, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 18
Platform: Mac OSX ;
Language(s) : C++ ;
---------
Greetings of all! Help with a mistake please! I started studying C ++ and I'm converting a python plugin into C ++. What am I doing wrong?
//Connector (Dynamic) Object
BaseObject\* suspcon = BaseObject::Alloc(180000011);
suspcon->InsertAfter(cubet);
suspcon->SetName( "Suspension Con " + op->GetName() );
BaseContainer* suspconBC = suspcon->GetDataInstance();
suspconBC->SetData(FORCE_TYPE, 9);
FORCE_TYPE = Xcode tells me "Use of undeclared identifier 'FORCE_TYPE'"
All problems are connected with the Connector))) I suspect that I do not understand something about this))) Thanks in advance!