On 2013-01-11 00:54, Rob T wrote:
OK so these functions are not yet portable as stated in the documentation, and currently only work for Windows (the docs should be updated to state this).
Yes, please file a bug report. Either to fix the documentation or implement the functions for Posix. The Posix functions can be implemented to only work for C shared libraries.
I'm using Linux, so that means I have to use the usual dlopen, dlclose and dlsym? If so, this is at least a start, and I can safely load C shared libs as plugins.
Yes. -- /Jacob Carlborg
