Is there any way to find out how much memory your program needs? If I have, let's say a normal form. If I then add 64*3 picclip boxes and add a picture of 144*16 pixels to each picclip. How much memory will be needed?
Printable View
Is there any way to find out how much memory your program needs? If I have, let's say a normal form. If I then add 64*3 picclip boxes and add a picture of 144*16 pixels to each picclip. How much memory will be needed?
Well, there's always the Engineering approach:
1. Build the bridge
2. Run heavier and heavier trucks over it 'till it breaks.
In this case you could get the amount of free memory in one window, start the program, and check the amount of free memory again.
StartingMemory - RunningMemory should be just about the minimum necessary free memory.
Good Luck
DerFarm