I have some questions about those functions:

MemHandleSize work over one chunk unlocked?
if i do: recordH = DmGetRecord(PedidosDB, NuevoIndice);
and later:
                    length=(MemHandleSize(registroH)
                    +StrLen(item.items[gcantitems-1].codigo)+1
                    +sizeof(item.items[gcantitems-1].cantidad)
                    +sizeof(item.items[gcantitems-1].precio));

i get:              (1.0) called SysFatalAlert with the message:
                    "MemoryMgr.c, Line:4359, Free handle"

and (continue) i get:
                    (1.0) just read from memory location 0x01440000,
                     causing a bus error.
(reset)
¿?

if later MemHandleResize work with this handle without problems in other case



--
Open WebMail Project (http://openwebmail.org)

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

Reply via email to