Results 1 to 2 of 2

Thread: Is there a command to clear memory ?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    736

    Question

    Hi,

    I have an application that uses 3rd party objects to retrieve images from a FileNet server. There is a memory leak in the 3rd party code that does not release memory when the retrieval process is complete and eventually hangs the machine.

    The application runs around the clock and runs the retrieval process at whatever time is scheduled by the user.

    Even shutting down the application does not free up the memory, the PC must be rebooted.

    Does anyone know of a command or API that might help clear out the memory ?

    Thanks for any info.

  2. #2
    Guest
    the book:

    Visual Basic Developer's Guide to the Win32 API

    references two procedures GLOBAL_FREE and GLOBAL_UNLOCK that sound like what you need. I've never used either of them.

    Good Luck
    DerFarm

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