Hello!!

I have developed an application .prc with 8 databases without memory card.
The database are created when you launch the application in AppStart
function.

Now I have modify the application for use it with memory card. The idea is
to use the memory card to save the databases and the application. I think
that I have use the VFS Manager 
I am using CodeWarrior 8.0 and Palm OS 4.1.2

In the sysAppLaunchCmdNormalLaunch I write:
err=VFSImportDatabaseFromFileCustom(IdVolumen, fullPathP, &cardNoP, &dbIDP,
NULL, NULL);            

where:
IdVolumen -> I check this with VFSVolumeEnumerate
fullPathP:="/PALM/AFPARA" //AFPARA is the name of one of the databases.
UInt16 cardNoP
LocalID dbIDP;

I have an error and they are not:  vfsErrBadName, expErrNotEnoughPower,
dmErrAlreadyExists.

Coult someone to help me?


Best regards, Eva


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

Reply via email to