I'm experiencing a problem reading large chunck of data ( >200K)
with VFSFileRead() and VFSFileRead() on the TT.
my app would crash if I use VFSFileRead() but it works with
VFSFileReadData.
eg: Assumed Data is valid
// works both on the SIM and on the TT
VFSFileReadData(fref, size, (void *)Data, 0, &read);
// works on the SIM but crashes on the TT
VFSFileRead(fref, size, (void *)Data, &read);
I've also noticed the different with the Sony Sim. VFSFileReadData()
doesn't work either. It turnes read = 0 but it works with VFSFileRead().
does anyone have this problem or and clue why?
thanks
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/