On Mon, May 01, 2006 at 11:33:40PM +0200, Lars Luthman wrote:
I mean the
linker should do it. If you dynamically build the plugin
against a stub library and the host exports something with the same ABI, I
/think/ the plugin should have the host's version of the function in its
namespace.
Can't that cause all sorts of memory protection errors on systems that
do not support backlinking? On the other hand, if it works on Linux that
is good enough for me.
No idea. If you care then look into it (I'm not even sure its possible),
there are ways to get function pointers into plugins though, if you care
enough.
- Steve