in previous versions
RegisterMessagePlugin(ID_MTIMER, "", 0, NewObj(MTimerMessage));
where MTimerMessage has public inheritance from MessageData, was working ok for me.
Unfortunatly it doesn't longer compiles *no suitable conversion function from "maxon::ResultPtr<MTimerMessage>" to "MessageData " exists C4D_actual_plugin
Any tip on this?
Thank you in advance