Picon

will be there a boost::library library?

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.
Jeremy Pack | 13 May 00:50
Picon

Re: will be there a boost::library library?



I wonder if boost have in mind to create a cross-platform library for
loading libraries dynamically (at running time).

I am currently working on such a project. Search the list for Boost.Extension. You can send me any questions. I presented it at BoostCon.

It has been tested on Windows, Mac and multiple versions of Linux. It provides some basic object factory wrappers, but you can also use Boost.Function rather well. I'm also working on Boost.Reflection, which is designed to work with shared libraries.

There will be a number of additions to the interface over the next few weeks, primarily as a result of feedback from BoostCon.

Jeremy Pack

http://boost-extension.blogspot.com
_______________________________________________
Boost-users mailing list
Boost-users <at> lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users
Picon

Re: will be there a boost::library library?



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

_______________________________________________
Boost-users mailing list
Boost-users <at> lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users

Gmane