Re: read image data from the file

2008-02-02 Thread ssk
thanks for immediate response. I did FileOpen, it works fine. But when i read the data using FileRead, it is reading only 4 bytes of data. FileRead(file, buf, selectedPhotoInfo.filesize,1, err); thanks. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Official PAR location?

2008-02-02 Thread Luc Le Blanc
I want to recommend PAR to my users to strip the PDB header off a HotSynced file stream. But where is the official source? I don't see it referenced in PalmSource's Dveloper pages anymore. Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Some Nokia Garnet VM Environment Details

2008-02-02 Thread P . Douglas Reeder
Access does not appear to have released any info for developers on the Nokia Garnet VM environment (unless it's buried in the latest SDK). Karl-König Königsson was kind enough to run my Feature Reporter utility (and type in results by hand!) The results are mostly not surprising -- of course

Re: Official PAR location?

2008-02-02 Thread Aaron Ardiri
http://www.djw.org/product/palm/par/ david williams home page :) On Feb 2, 2008 3:52 PM, Luc Le Blanc [EMAIL PROTECTED] wrote: I want to recommend PAR to my users to strip the PDB header off a HotSynced file stream. But where is the official source? I don't see it referenced in PalmSource's

Re: read image data from the file

2008-02-02 Thread Jeff Loucks
What is the value of 'selectedPhotoInfo.filesize' when you call FileRead()? Is it correct for the size of the stream and is it greater than 4? What is the return value of FileRead()? In your case, it should be either 0 or 1. If 0, did you check the 'err' value? Try reversing the 'objSize' and