> From: I am johnny~
>
> In a function, I declare two char* ( str1,str2).
> str1 is all data, other str2 need get some chars from str1.
> I use MemPtrNew() renew str2 ( and renew str2's len)...
> but str1 and str2 together changing ... what's going on ?
>

You might want to post the actual code you are using.  It sounds like you
are actually assigning str1 = str2 or vice-versa.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to