• Moderator
    Kronos
    Posts: 2240 from 2003/2/24
    Here is what I got:

    App_1 is a big MUI-app that creates a library at runtime.
    Functions of that library perform various actions on MUI-objects of that app with MUIM_Application_PushMethod

    App_2 calls those library functions.

    If those calls happen from inside the MUI eventloop all is fine, but when the app_2 calls them at start up or isn't MUI at all it still kinda works but I get plenty of hits.

    Documentation say nothing about having to call MUIM_Application_PushMethod form a MUI object so I'm a bit at a loss right now. Or do I need to have certain libs opened in app_2 for it work ? (opening muimaster made no difference).


    Alternative routes I see so far:
    - turn those library commands into AReex commands
    - add a signal/msgport to App_1 (or a MUIC_Proccess associated with it) and recreate what MUIM_Application_PushMethod does when getting triggered.
  • »19.06.16 - 11:14
    Profile