Thanks.

Perhaps this is just asking the same question over again, but just to be 
sure.

I am working on a program that does backup up and restore without using 
conduits. When I am transferring files to the device, I want to skip any 
open databases, or loaded shared libraries since it seems to be bad to 
overwrite a datebase being used.

I tried looking at the Open bit in the attributes field on a library I 
know is loaded and it isn't set. Is there a way to know if the database 
I am currently working on is a shared library and if it is currently 
loaded??



Danny Epstein wrote:

 >>I need to detect all the shared libraries currently loaded dynamically.
 >>Does anyone know an easy way to do that?
 >>
 >
 > There isn't one, but depending on your situation, you may be able to 
iterate
 > through databases to achieve the desired effect. For details see my 
previous
 > post:
 >
 > - Go to the eScribe archive of this forum:
 >   http://www.escribe.com/computing/pcpqa/index.html
 > - Search for "SysLibFind" or "loaded libraries"
 > - Check out the thread "Library names (passed to SysLibFind)"
 >
 > Or just go straight to my post from last month:
 >   http://www.escribe.com/computing/pcpqa/m52893.html
 >
 > --
 > Danny @ PalmSource
 >
 >
 >


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