I am trying to port existing c code to Palm OS5 specifically the Tungsten T
device and have a question:

What would be the best method for me to deal with having to read data out of
existing files. The code is already written to read the data with the
standard fileio calls (fopen, fread, fclose etc.) in Windows and I realize
that Palm can't use these calls to open and read files so I was wondering
what my best approach should be that would minimize having to change a lot
of the preexisting code?
Would databases be the way to go or resouce files or something else?
The data is read-only. One of my biggest problems also is the data in some
of the files is bigger than 64K.
Any suggestions?
Also what about the File Streaming APIs? Can I use these? I am a little
confused about what I would need to do to use these.

Monika



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

Reply via email to