Hello,
Can anybody helps me ?

I use the follow code:

Char *buffer;
UInt16 j:
MemHandle recordh;
/*--- */
buffer = MemHandleLock(recordh);
StrCopy (message+j,buffer);
j+=MemHandleSize(recordh); <- Here is the failure (?)
MemHandleUnlock(recordh);
/* --- */

And with some data in my DB, I got this message
"MyProg (unknown version) reports "MemoryMgr.c, Line:4327, Non-Word-aligned
handle". If this the latest etc..."

Using Gdb, the error seems occurs during --> j  += MemHandleSize(recordH);

How can I fix this problem ?

Yannick Bartheye.






-- 
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