Results 1 to 19 of 19

Thread: Memory Leak problem, how to clear memory?

Threaded View

  1. #2
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: Memory Leak problem, how to clear memory?

    Well ways to reduce memory usage first off would be using
    Code:
    VbNullString
    instead of
    Code:
    = ""
    That is only when it is possible to use either.

    I am not to certain as to how to clear the ram, exactly. But apparently there are some programs that use up as much ram as possible then clear it. There might possibly be an open source example some where my friend made one but he made a while back and doesn't have the source no more.
    Last edited by Paul M; May 2nd, 2007 at 01:56 AM. Reason: mis reasoning

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