Is it because of the pathNameP? I tried "//PALM//Launcher//<file>.pdb" also "//" also "//<file>.pdb" also "//PALM//Launcher//<file>" for the pathNameP but it still didn't work. <file> is database name that I used after calling DmDatabaseInfo after passing in LocalID. I even used "//PALM//Launcher//Test.pdb" to test. Please help. My deadline is coming......
Why are you doubling the slashes? You only need to double backslashes in C strings, since the backslash is used as an escape character. Forward slashes are just fine as a single character.
-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
