Does LibShutdown actually get called on .dlx mxs plugins ?

Does LibShutdown actually get called on .dlx mxs plugins ?

klvnk
Collaborator Collaborator
599 Views
3 Replies
Message 1 of 4

Does LibShutdown actually get called on .dlx mxs plugins ?

klvnk
Collaborator
Collaborator

Or do they use another naming convention  as with LibInit with dlx and not LibInitialize as with all other types of plugins ?

0 Likes
600 Views
3 Replies
Replies (3)
Message 2 of 4

denisT.MaxDoctor
Advisor
Advisor

not sure if this helps you, but I look into some of my DLXs and see that the LibShutdown () is commented there. It should have made sense or a reason ... And in one of my DLXs I use NOTIFY_SYSTEM_SHUTDOWN to complete all remaining issues. Probably it was the only working solution.

0 Likes
Message 3 of 4

istan
Advisor
Advisor

@denisT.MaxDoctor wrote:

... And in one of my DLXs I use NOTIFY_SYSTEM_SHUTDOWN ..


.. and I usually clean up and save my configuration stuff with the "file reset", "new file", "file load",.. notifications. I use shutdown only, if I need to disconnect from another server application.

0 Likes
Message 4 of 4

klvnk
Collaborator
Collaborator

It's probably not a biggy as windows should clean up any "residuals"  and dlx's can't be unloaded like other plugins but it's the kind of thing that bugs me though.

0 Likes