> 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?
chances are - its just a while loop with something like the following:
*dst++ = *src++;
best way to understand the code, is to get it. :P
> 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.
you can sign an NDA for the sources. its in the pavillion. however,
you never trust sources.. they can change at any time.. just look
and make sure you follow the APIs and you should be fine :))
cheers
// az
[EMAIL PROTECTED]
http://www.ardiri.com/ <--- free games!
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/