
27 Apr
2005
27 Apr
'05
6:01 a.m.
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