I am testing my app with POSE 3.2. I have stripped my code down so that I am
jsut using the following to delete an existing database created by running a
separate program:
int cardno = 0;
StrCopy(databaseName, "sample.pdb")'
LocalID lid = DmFindDatabase(cardno, databaseName);
if (lid) {
// Database found... delete it!
err = DmDeleteDatabase(cardno, lid);
} // end if
The error message I get is:
Called SysFatalAlert with the message:
"MemoryMgrNew.c, Line 4177, Free handle"
What am I doing wrong?
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/