Hi Aaron,

I've run through the same problem on POSE, and downloaded the source code
for HostFS to check what a "vfsErrFileGeneric" could be. It seems that this
error code is returned almost every time an underlying Win32 file function
fails, even if a more appropriate error code is defined in VFSMgr.h.

BTW, I noticed two other minor bugs : VFSFileOpen behaves badly instead of
returning an error if you don't specify at least "vfsModeRead" for the
openMode parameter, and VFSVolumeInfo doesn't fill in all the fields of the
VolumeInfoType structure you pass in.

I guess this is because HostFS has been designed much more to be a sample on
how to write a VFS driver than a "real" driver.

I've never got neither of this bugs on real device.

Pascal



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

Reply via email to