Hi Stephan,
>> how about X loading Y loading Z dynamically on all mentioned platforms?
>> Would that be possible?
>> (This might allow a single package to be used on multiple operating
>> systems picking the appropriate libraries at runtime.)
>
> For X (that can link against sal) the way to dynamically load Y next
> to itself is to use osl_loadModuleRelative.  Problems arise if third
> party Y is written so poorly that it fails to dynamically load Z next
> to itself.
So would that mean that Y, realizing where it is located (and knowing
where Z is located relative to it), would be able to dynamic load Z,
given that an absolute path to it is used by Y?

---rony

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to