
4 Mar
2006
4 Mar
'06
8:18 a.m.
http://www.inf.unisi.ch/faculty/carzaniga/sdl/index.html -------- Original Message -------- From: Kevin Heifner <heifner_k@ociweb.com> To: boost-users@lists.boost.org Subject: Re:[Boost-users] portable shared library loader Date: 3/4/2006 08:22
Tim Blechmann wrote:
i'm building a dynamic shared library loader ... currently i'm using the dlopen api, which works on linux (and possibly on osx), for win, there's a simiar api ...
is there any prebuilt wrapper for that (preferable as part of boost or in a another bsd/lgpl-style license?
Check out: ACE Service Configurator framework Part of ACE http://www.cs.wustl.edu/~schmidt/ACE.html http://www.theaceorb.com/product/aboutace.html
KevinH