> I have implemented a shared library for Palm OS (using CodeWarrior 7)
> and I'm experiencing some problems using data resource files from within
my
> shared library.

You have to open your library's database yourself. You can do this in your
Open() entry point or you can do it in each entry point that requires access
to your resources. In the former case, your clients will have to call your
Open() entry point (and the corresponding Close() entry point). There is a
risk that your library's resources will mask your client's resources. You
can use the range 31000-31999 for your shared library, but your client might
be using another shared library that also uses this ID range.

I discussed the resource ID conflict issue in a previous post:
  http://www.escribe.com/computing/pcpqa/m44976.html
--
Danny @ Palm

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