Results 1 to 2 of 2

Thread: Is it possible to destroy a dll from within itself?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 1999
    Posts
    15

    Post

    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.

  2. #2
    Addicted Member
    Join Date
    Jan 1999
    Posts
    239

    Post

    It can only be released/destroyed from the calling program

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width