O.P. Unloading a dll
I'm using a custom ActiveX Dll. For some reason the dll won't unload until WLM exists, even if the script is stopped. This happens even if all I do is create an activexobject and not use it further at all. Is there anything special I need to do to free up the dll.
Btw, The Class_Terminate event does fire, but dll still remains in memory.
The delete operator, or setting ActiveXObject to null does not help.
This problem makes it hard for any script that uses ActiveX dll to be removed. You must stop the script, restart WLM, and then delete the script.
Thanks
CD
This post was edited on 07-03-2006 at 01:55 AM by cooldude_i06.
|