Yeah, that would probably work...and wouldn't be too slow I guess. As I mentioned in my last message, the reason that I've been trying to stay away from databases and records, etc. is because I want my game to be contained within one PRC file. I don't want the word list to be a separate file from the main game. There is no way (that I know of) to embed a database into a PRC file and still be able to access it.
I've tried using the 'par' utility to merge a PDB to a PRC file, but that didn't work. It merged the two files, but then the program couldn't "see" the database. I do appreciate your suggestions...Thanks! -Robert >Maybe if you chopped up the data into fine enough >chunks you could make it so a >decompression of a chunk was quick enough.... say >partition into aa-, ab-, ac-, >ad-, ae-, af-words, etc. That way if the word was >aardvark, you'd just >decompress the aa record, and so on.... > >Kevin __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
