--- In [email protected], "brucexs" <bswit...@...> wrote:
> In case you ever decide to implement pproshutdown processing in a plugin you
> also manual load elsewhere, I did implement a plugin load. The last few
> entries of pproservices are now (wrapped in yahoo!)
....<snip>....
> HMODULE (*LoadPlugin)(LPSTR szPlugName);
> Load plugin loads the plugin (if not already loaded) and returns its hmodule.
> If you need to unload, use Do("xxx.unload")
So user would have to replace all occurrences of
xxx.unload
with
Do("xxx.unload") ?
Why is that necessary, out of interest?