Dmitry Grinberg wrote:
#define calloc(a,b) malloc(a*b)
i think this is not entirely correct: unlike malloc, calloc must clear the memory block before returning.
(unless MemPtrNew already does that?) sz. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
