Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


AddExtender DLL - How to Free the DLL

Keywords: 	 addextender free dlls

Question:

Is there a way to delete the extenders I've added with the AddExtender function, while the script is still running, and after they are no longer in use?

Answer:

No, while the script is running, the DLL is still held in memory. The only way to free that DLL, is to launch a second Winbatch script just prior to the end of the first script, which goes out and does the cleanup work after the first script has finished.
Article ID:   W13037
Filename:   AddExtender function - freeing the DLL.txt