> >   yes, there is. i wrote a utility a while back called file2pdb.exe
> >   which takes a raw data file, does the splitting and creates the
> >   record database so i can open it with the File* api calls.
> 
> If you don't find file2pdb.exe, you may use "par" :)
> par c -a "stream" your.pdb YourPDB DATA YoID YourRawData.any

par works as well.

> As you know, rom2pdb.exe (Liberty) does a similar thing.
> But, why do you use 16Kb instead of 4K? just curious :)

no, its different big time. liberty uses resource databases.
a file stream uses record databases. the rom2pdb.exe was a 
quick hack to convert a .gb file into a resource file we 
could process easier on the device.

when you use filestreaming, you have to copy the data to
ram before you use it. if you use resource databases, you
can just lock the resource and have access to the data for
reading :)

---
Aaron Ardiri                           [EMAIL PROTECTED]
CEO - CTO                                              +46 70 656 1143
Mobile Wizardry                         http://www.mobilewizardry.com/

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

Reply via email to