Click to See Complete Forum and Search --> : Virtual memory


dammansky
April 12th, 2001, 10:04 AM
hi,

in my program there is a timer (interval = 1 minute). Each time it ads 1 to an integer, when the integer is 5 it performs several functions.

This program kinda "eats" my virtual memory away.

What can i do about this?? is it because i have to many "variables" loaded in the memory??

Thanx in advance..