On 11/26/08 15:18, Rony G. Flatscher wrote:
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.

-Stephan

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

Reply via email to