Hi all: I want to allocate more than 64KB, how can I do?
I try to call MemGluePtrNew(), but it return 0x00000000(failed). My program is: unsigned long size = 1024ul*1024ul*2; void* p = MemGluePtrNew(size); //return failed Why? 2008-04-22 Vivian Chen -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
