> Using global variable as suggested.  unload service just calls
> pproshutdown().  Can't do same in DllMain, in this special case, as plugin 
> will lock up if I do.

Maybe you could include an error check in dll detach so that if com.unload or 
pproshutdown was not done, you publish a messagebox warning that cleanup is 
incomplete and to upgrade ppro or do com.unload.  Assumes that you can do a 
messagebox from dll detach.

>
> Message came up about a script file not being accessible during startup 
> (script is called from startup script; it isn't on the scriptpath, but is in 
> the scripts subfolder of config folder).
>

I did not knowingly change anythiere here, so pls let me know details if it 
repeats..

Reply via email to