20 Feb
2007
20 Feb
'07
6:37 a.m.
Rich,
Disk video is the only thing that uses MemoryAlloc anymore. The rest of the code is either using statics, globals, or malloc'ed memory.
Are you forcing the use of the disk drive? Or, are you letting the memory routines use physical memory if it's available? The status screen shows that the disk drive is being used, which shouldn't be the case for lower resolution images. Jonathan