Large data embedded into apps

2001-06-19 Thread Andrew D. Stadler
Hi all, I've seen a lot of traffic devoted to the issue of large apps (how to segment your code when it's greater than 32k or 64k). I haven't found any messages dealing with very large data sets, and how best to build them into applications. For example, suppose I am building an application whi

Re: Large data embedded into apps

2001-06-19 Thread James Screech
I did a very similar thing using gcc/PilRC not CodeWarrior, but something similar is probably possible in CodeWarrior. I used a resource command DATA in PilRC this has the following structure DATA "name" id_number "filename" where name is a resource type of your choise (I don't think it matter

Re: Large data embedded into apps

2001-06-20 Thread Danny Epstein
"Andrew D. Stadler" <[EMAIL PROTECTED]> wrote in message news:53453@palm-dev-forum... > (2) Put the user data into a .pdb file and associate it with the program. > Q: OK to have a >64k .pdb file? Yes. > Q: How do I assure that the > .pdb file will travel with the program, if the program is ba