$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Klein (d.klein_at_[hidden])
Date: 2006-03-04 10:31:49
boost-users-bounces_at_[hidden] wrote:
> hi all,
>
> since i've got the hint for portable uuids on this list, another
> portability question ...
>
> i'm building a dynamic shared library loader ... currently i'm using
> the dlopen api, which works on linux (and possibly on osx), for win,
> there's a simiar api ...
>
> is there any prebuilt wrapper for that (preferable as part of boost or
> in a another bsd/lgpl-style license?
>
> thanks ... tim
there is the 'plugin' library in the boost_sandbox on sourceforge.
HTH dave