PDA

Click to See Complete Forum and Search --> : Is it possible to destroy a dll from within itself?


Lemp
Jan 14th, 2000, 12:50 AM
I create a dll in my program using...

set mydll = new dll

If no calls are made to the dll for a period of time is there a way to destroy the dll from inside the dll or do I need to do it from my program using a timer.

johnpc
Jan 14th, 2000, 07:58 AM
It can only be released/destroyed from the calling program