"Anuradha J" <[EMAIL PROTECTED]> wrote in message
news:42617@palm-dev-forum...
> I have created a shared library which contains a a form resource and
> an alert resource.

You'll need to open the database containing the shared library (and its
resources). This can be done in the shared library's Open() function or in
each shared library function that uses resources. Beware of resource ID
conflicts though. If you keep the shared library's database open across
multiple calls into the library, its resources can mask the current app's
resources. As long as you're writing both, it's easy enough to avoid
conflicts. But it's tricky if you expect your shared library to work with
other apps. In either case, you should probably reserve a range of resource
IDs for your shared library.
--
Danny Epstein
OS Engineer, Palm Inc.



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