I remember there were a couple of projects (Boost.Plugin or Boost.Extension) to support dynamic loading of a DLL/so plugin in a portable fashion in Boost. What has happened to these, and is there some code I can use somewhere?
You can read the last discussion on the subject there: http://boost.2283326.n4.nabble.com/extension-library-under-construction-stat... Joel Lamotte
On 22/04/2013 19:56, Klaim - Joël Lamotte wrote:
You can read the last discussion on the subject there: http://boost.2283326.n4.nabble.com/extension-library-under-construction-stat...
Is there functional code anywhere? I only need to be able to call a function. I don't need member functions or other things like that.
On Mon, Apr 22, 2013 at 8:16 PM, Mathias Gaunard < mathias.gaunard@ens-lyon.org> wrote:
I only need to be able to call a function. I don't need member functions or other things like that.
Then I believe Artyom's Boost.SharedObject would work for you: http://cppcms.com/cppcms_ref/latest/classbooster_1_1shared__object.html (source, that was linked in the discussion I pointed: http://boost.2283326.n4.nabble.com/Request-for-Interest-in-several-Modules-t... ) It's not proposed (yet) to boost though (as pointed by both discussions) Joel Lamotte
On 4/22/2013 1:51 PM, Klaim - Joël Lamotte wrote:
On Mon, Apr 22, 2013 at 8:16 PM, Mathias Gaunard < mathias.gaunard@ens-lyon.org> wrote:
I only need to be able to call a function. I don't need member functions or other things like that.
Then I believe Artyom's Boost.SharedObject would work for you: http://cppcms.com/cppcms_ref/latest/classbooster_1_1shared__object.html (source, that was linked in the discussion I pointed: http://boost.2283326.n4.nabble.com/Request-for-Interest-in-several-Modules-t... )
It's not proposed (yet) to boost though (as pointed by both discussions)
There are links on the left bar to boost extension docs and downloads and some blog entries discuss it on Jeremy Pack's blog. http://blog.redshoelace.com/
participants (3)
-
Klaim - Joël Lamotte
-
Mathias Gaunard
-
Michael Marcin