$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Surya Kiran Gullapalli (suryakiran.gullapalli_at_[hidden])
Date: 2008-05-13 07:39:02
On Tue, May 13, 2008 at 3:49 AM, Yunior Peralta González <
yperaltag_at_[hidden]> wrote:
> I wonder if boost have in mind to create a cross-platform library for
> loading libraries dynamically (at running time).
>
> I know that Qt has one (QLibrary), but the fact is that I don't like
> using Qt, I like programming with stl and boost. I just use Qt when I
> have to develop a visual application.
>
> Thanks in advance.
>
You can check Glibmm (www.gtkmm.org) or Poco (www.appinf.com/poco). They're
not related to boost but they're good .
Surya