Hi,
I'm using a DLL in my VBA code for a Word macro in a template. When a function in the DLL is called, the DLL is loaded in memory. At that moment the DLL is "in use" and cannot be deleted or replaced. So maintenance is not possible when people are using the template.
How can I free or unload the DLL directly after calling a function from the DLL?
Thanks in advance
Henk Stijnen
I'm using a DLL in my VBA code for a Word macro in a template. When a function in the DLL is called, the DLL is loaded in memory. At that moment the DLL is "in use" and cannot be deleted or replaced. So maintenance is not possible when people are using the template.
How can I free or unload the DLL directly after calling a function from the DLL?
Thanks in advance
Henk Stijnen