Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to free memory
Name: VASS Date: June 30, 2004 at 17:59:51 Pacific OS: WIN98 CPU/Ram: 256MB
Comment:
Hello everybody. I am trying to find a way to free memory with Visual Basic 6 when my system is running low on resources. Is there a programing way to do it rather than buying OCX controls? If not is there a free OCX control that I can use? Thank you for your help..
Summary: This gives stack overflow: int aaa[1000][1000]; You must allocate memory for this large array on heap. See this reference for explanation of how I have done this: http://www.cs.brown.edu/courses/cs03...
Summary: Well, I set all the StreamReaders/Writers, Save/OpenFileDialogs, etc, to null, but it still takes more memory each time I go to open/save a file... How can I fix this? Thanks! ;) ...
Summary: Hi, Thanks to Wizzard and to Ron (for his e-mail answer). I finally managed to do what I wanted to by going to the http://www.sysinternals.com homepage. I found the 'physmem' source code that demonstr...