Launching plugin when C4D starts?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 08/07/2006 at 01:12, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   9.603 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------

How do I launch my plugin when CINEMA 4D starts? I tried catching the C4DPL_STARTACTIVITY plugin message, but it seems as though this message is sent before the default document is created.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 08/07/2006 at 13:26, xxxxxxxx wrote:

Perhaps a MessageData plugin? React to the first message with a valid document and see if that is soon enough for you. Otherwise I guess a SceneHookData could work as well.