portable shared library loader
hi all, since i've got the hint for portable uuids on this list, another portability question ... 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? thanks ... tim -- TimBlechmann@gmx.de ICQ: 96771783 http://www.mokabar.tk Which is more musical, a truck passing by a factory or a truck passing by a music school? John Cage
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 -- Kevin Heifner heifner @ ociweb.com http://heifner.blogspot.com Object Computing, Inc. (OCI) www.ociweb.com
http://www.inf.unisi.ch/faculty/carzaniga/sdl/index.html
-------- Original Message --------
From: Kevin Heifner
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
participants (3)
-
Arun Dharankar
-
Kevin Heifner
-
Tim Blechmann