Hi forxtra, BTW I think you get a credit for debugging in various plugin docs.
What name do you want to be called? --- In [email protected], "forxtra" <forx...@...> wrote: > > Can you close powerpro cleanly after an unload? > Yes, after invoking a com.unload, Shutdown.PowerPro() exit powerpro correctly > and cleanly. Right, I'll play some more, but it's a timing issie in DllMain: if I try to stop thread in the section of that called when powerpro is closing down, it doesn't work: not surprising, I do various WaitOnSingleObject calls, and those are bound to be messed up when the owning exe is in the process of closing down. Try this: create a PProShutdown list script if you don't already have one, and call com.unload in it. Then run a script that uses com, and then try to shut down powerpro. Any luck?
