$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-04-27 01:01:27
Vladislav Lazarenko wrote:
> Greetings, dear developers.
>
> I have some simple idea to write platform independed library to provide
> users with ability to load DLL/SO files (i.e. to develop plugin system
> etc.). Is there any library in boost? I've found nothing. Maybe we need
> it? Let's discuss, I am interested in your comments. Thank you very much
> in advance.
I have some initial work in boost sandbox, directory libs/plugin. However,
I'm more interested in higher-level functionality -- given a shared library
create an instance of class defined there, given name of the class and a
set of constructor arguments.
- Volodya