THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 23/07/2004 at 06:14, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.207
Platform: Windows ;
Language(s) : C++ ;
---------
I receive core messages with messagedata::coremessage. There I get the message id and a basecontainer.
Is it possible to sent my own core messages with basecontainer? EventAdd and SpecialEventAdd let me sent core message, but without a container ( whats done with the ulongs p1 and p2 of SpecialEventAdd? ). With SentCoreMessage I cannot sent my own message id...