I'm playing around with the VFS manager on the new emulator, and I'm stumped
by a failure to even mount a volume running under POSE.

I have the following variables declared:

    VFSPOSEMountParamType    mountParam = {{0, 0, 'pose'}, 0};
    char             *filePath = "/Palm/Programs/SomeApp/SomePDB.pdb";

and the following call to VFSVolumeMount fails under POSE:

    err = VFSVolumeMount(0, NULL, &mountParam);
 
The error is:

    "Application" reports "StringMgr.c, Line: 113, NULL string passed".

>From what I can tell, the first two argument values are legit, but with no
example to work from, I'm not too sure about that.

Does anyone have an idea why this is failing?

Thanks,

Mark Peters


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

Reply via email to