Mega Code Archive

 
Categories / Delphi / Strings
 

How can i allocate blocks of memory larger than 64k

Reinier Sterkenburg <sterkenb@pml.tno.nl> says: The answer is: use GlobalAlloc and GlobalLock from the WinProcs unit. New question is then: why can't we use GlobalAllocPtr anymore? Answer: I don't know.