Hello, I need to know how the function "MemMove" is actually implemented. Maybe I could get some idea from the source code of MemoryMgr.c. Could someone quote part of the source code containing "MemMove"? Or, if it's illegal to quote the source code, could you please explain how memory content is moved?
The reason I need to know is that my program uses MemMove to move some memory chunks from a couple of records to the dynamic heap. I'm wondering if I've just overwritten something onto the temporary variable that MemMove is using. So I would like to know how MemMove is implemented in order to clarify my problem. Thank you for your kind help. -- Chiyi Lin -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
