On Tue, May 13, 2008 at 3:49 AM, Yunior Peralta González <yperaltag@gmail.com> 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