>Two lines in CopyRecord that are
>commented do prevention not to loose proper handle if it changes by
>resizing, but I commented them now deliberately and IT WORKS!!

It won't always work, depending on where things are in memory.  Don't rely
on it.

If there's room to grow a memory object without moving it, i.e. if there's
empty space after it, neither the handle nor pointer will change and thus
the system doesn't care that it is locked.  But if it does have to move,
you'll get the error message.

-David Fedor
Palm Developer Support


Reply via email to