Re: allocated memory enlargement
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Mar 27, 2004
- 574 views
>Kat wrote: >> But the code above is not *expand* file, it's *making another new* file! Kat, it doesn't seem you can do this with Eu's allocate, but if you grab the memory yourself using kernel32's GlobalAlloc, HeapAlloc, or LocalAlloc then you should be able to later call GlobalReAlloc, HeapReAlloc, or LocalReAlloc respectively. Regards, Pete