>My understanding is (and I'm going to be interested to see
>the Palm Development forum's digest tomorrow morning)
>the movable heaps come out of different memory than the
>unmovable heap that MemPtrNew() allocates from.
No, that isn't the case. MemPtrNew and MemHandleNew both allocate from the
same area: the dynamic heap. You've always got write access to that sort
of memory.
FtrPtrNew and DmNewHandle and DmNewRecord and DmNewResource all allocate
from the storage heap, so you need to use DmWrite to write to those memory
areas.
-David Fedor
Palm Developer Support
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/