Scott,

>i need to find a way to make them one prc, or write something that on 
>install will go online and download both prcs.

Is the second one dealing with the Hot Sync launch under 64K?

If so, you can "bundle" inside the main prc by including it as a data resource
in the larger application.  You can then "extract" it out to the device by using
DmCreateDatabaseFromImage(), perhaps either when the user launches your app or
else when the main app receives the launch code a sync has completed.

If it is over 64K, then you can consider any of the various programs which
create an installer which is similar to a self-extracting zip file.  Google for
ZBoxZ, Combiner, and Nutshell for examples.  I use Nutshell.

PalmSource also has their own installer now which is designed for assisting with
over the air installs.  I have not used it yet.

Doug

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

Reply via email to