On Mon, Jan 01, 2001 at 09:45:59PM -0500, Peter Caylor wrote:
> I am trying to do a checksum on an installed application, which requires
> that I read the application in small (5k or so) chunks.  Whenever I try to
> open the application using FileOpen, I get an error 5649. (fileErrNotStream)
> 
> Can anyone point me to some information on how I can use the File Streaming
> API commands on an installed application?

You can't, but you can use ExgDB (I forget which direction Read and
Write are) calls to read a prc as a series of write callbacks which
you could do a checksum on.  Just put your checksum routine as the
callback.

-- 
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