$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladislav Lazarenko (snail_at_[hidden])
Date: 2005-04-26 11:33:36
I just want to develop wrapper around LoadLibrary, FreeLibrary, GetProcAddress 
for Windows and dlopen, dlclose, dlsym for Unix OSs.
I think it is very easy to do and no additional functionality shall be added 
(maybe in another library). I tryed to design KISS (Keep It Stupid Simply) and 
platform-independed wrapper.
-- Vladislav
Stefan Seefeld wrote:
> 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.
> 
> 
> What functionality would such a library provide ? How would it protect
> users against ABI incompatibilities ? Would it include a 'type library' ?
> 
> Regards,
>         Stefan
> _______________________________________________
> Unsubscribe & other changes: 
> http://listarchives.boost.org/mailman/listinfo.cgi/boost
>