$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost Functionality question: Explicit dynamic library loading
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2009-11-01 14:04:59
Sarbak, Joseph wrote:
>
> Hello,
>
> I'm curious to know whether boost has support for explicitly loading
> shared libraries in a cross-platform fashion. I have done my own search
> of the 1.40.0 boost code base and could not find any abstraction around
> dlopen,dlsym,dlclose and their equivalents on windows.
>
There's a Boost.Plugin library in the Vault or the Sandbox which does
this and then some.
Sebastian