--- "c.d. jansen" wrote:
>   -------------------------------------------------
>   offset = 0;
>   DmWrite(RecordPtr, offset, LineB, sizeof(LineB));
>   -------------------------------------------------
>   Now I  get a fatal Alert
>   DataMgr.c line: 7025
>   DmWrite: DmWriteCheck failed

LineB is a string.  The length of that string in bytes is
StrLen(LineB)+1, not sizeof(LineB).



__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

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