Hi all,
I have an SD Card on my M515 on PalmOS 4.0. I'm using Falch.net IDE for GCC.
I installed a PDB on my SD Card but when i use DmFindDatabase,
the function's return code is always 0.
My source is :
LocalID nFind = 0;
UInt16 i;
UInt16 numCards = MemNumCards();
For (i=0; i<=numCards && !nFind ; i++)
{
nFind = DmFindDatabase(i, "mydbname");
}
Where i am wrong ? Thanks for help.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/