You could produce a single database that acts as both an application and a
shared library. There are some issues with this approach, but it can be made
to work.

Your idea of using DmCreateDatabaseFromImage wastes some space, but it
should work too.
--
Danny Epstein
OS Engineer, Palm Inc.


"Larry" <[EMAIL PROTECTED]> wrote in message news:42129@palm-dev-forum...
> Hi
>
> I'm working on an app that needs a shared library.  I would like the
> shared library to be embedded in the application's prc and upon
> initial run of the program it will install the shared library.  I know I
>
> can just have the user install the shared library themselves, but I
> want to simplify the process as much as I can for the user.
>
> So in a nutshell, is there a way I can install the shared library's prc
> from another app?  I was thinking about creating a long string with
> the contents of the prc and simply using ExgDBRead to install the
> library.
>
> Thanks for the comments and suggestions
>
> Larry



-- 
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