
29 Apr
2005
29 Apr
'05
3:39 a.m.
On Tue, 2005-04-26 at 19:01 +0300, 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.
Some existing practice: http://www.s11n.net/class_loader/ Looks like it needs some work to be Boostified, but the author has released it into the public domain. -Jonathan