Hi, 1.) I have a program that reads a file from a expansion card and on the simulator it works fine, but when I try to install the program on the device it isn't able to find the file. On the simulator it works fine with the address "/Palm/Launcher/<filename>". Do I have to specify slot or card when I trying to read a file from the expansion card, and if so how do I do that ? I'm using VFSVolumeEnumerate to find the volume!
2.) Now I'm using MemHandleNew() and then MemHandleLock() to get the pointer but then I only can read files that are less the 64k and I want to use MemGluePtrNew() so I can read bigger files, but when I did that I get a NULL pointer, Why ??? Is it not possible to use MemGluePtrNew() and VFSFileRead() ??? \Anders R-N -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
