THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/05/2008 at 11:13, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.5
Platform: Mac OSX ;
Language(s) :
---------
Hi!
Is it possible to call the CommandData Message-Method?
virtual Bool Message(LONG type, void* data)
{ //Want to get a BaseContainer via data!?
return true
}
I call it via CallCommand(...) and want to send something to the Message-Method..
But I don't know how.. Could someone give me a tip?
Thanks...