Robert Purcell wrote:
You wouldn't need any more databases than you have now. When you load the program, instead of trying to decompress everything into memory, you just create a new database and decompress it into that.That's a pretty good idea about decompressing into another database...I hadn't thought about that. But, this still leaves me with the problem of how to attach this database inside the PRC. I don't want the end-user to have to load 2 files (PRC and PDB). I just want a single PRC file.
another possibility is that you could compress each word individually and when you want to search for a word, compress it and search for it's compressed version. You might not be able to get very good compression ratios like that though.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
