On Wed, Dec 06, 2000 at 09:21:55AM -0500, DeAnna Davidson wrote:
> Don't yell at me, I know this question has been asked and answered a dozen
> times, but I've been digging through the mailing list archives and knowledge
> base for days and not found any info.  Basically I just need to know what
> the procedure would be for combining my .prc and .pdb into a single file.
> The data in the .pdb can't just be added as a resource in the project
> because the .pdb is made on the fly.  I'm pretty sure I read something about
> being able to post link and add the new pdb data after the fact, but I'd
> really appreciate it if someone could point me to some details, including
> size limitations and work arounds for size limitations, if any.  The pdb's
> get pretty big sometimes.

You *could* append the resources to the PRC "on the fly" which would
really be the easiest.

#2 would be to go through each pdb record and create a resource,
e.g. DATA0001, DATA0002... - you could either move the memory chunk
directly (detach and attach calls), or copy it.


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

Reply via email to