
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://lists.boost.org/mailman/listinfo.cgi/boost