> Thanks for your suggestion. I think I would defintely have trouble
> doing this as I m using VI server with programmatically specified
> paths.I need to look into some other possibility.
One trick that you might be able to use to your advantage is to make up
a dummy VI that has calls the roots of your library. You dynamically
load this dummy VI wherever you want and it magically pulls your subVIs
into memory. You never use the reference to the dummy VI, and you can
now use whatever path you like to load the real library functions, in
fact you can just wire up a string and they will load fine. This works
because LV can only have one VI with a given name in memory, and it
doesn't matter where it comes from.
Greg McKaskle