WangRain wrote:
Actually, i have ever done that like you said,but the error sill
has occured,the error is "datamgr.c, Line:7394, DmWrite: DmWriteCheck failed";

Your DmNewRecord() call is still using sizeof (testType) as the size.
You need to use a size that will be big enough for everything that
you are writing.  You will probably have to use StrLen() in the
computation of the size of the record.

  - Logan

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

Reply via email to