THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/06/2008 at 04:41, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10 demo
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
In the "myplug" I do:
SpecialEventAdd(MY_ID, 666, 888);
In the MyPlug::CoreMessage I do
switch (id)
case MY_ID:{GePrint(LongToString((LONG)msg.GetLong(BFM_CORE_PAR1)));}
I always get 0 (zero), I think it should be 666, or 888 if BFM_CORE_PAR2
Jan