core.runtime: loadLibrary and unloadLibrary?

Rob T alanb at ucora.com
Thu Jan 10 16:09:27 PST 2013


On Friday, 11 January 2013 at 00:05:32 UTC, H. S. Teoh wrote:
> On Fri, Jan 11, 2013 at 12:54:40AM +0100, Rob T wrote:
> [...]
>> 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.
>> 
>> BTW, where's the portable version of dlsym? Was the omission an
>> oversight, or left out for a reason?
> [...]
>
> Are you talking about the D wrappers for dlsym, or the fact 
> that dlsym
> is non-portable?
>
>
> T

I was referring to the portable D wrapper for dlsym, it seems to 
be missing by oversight, or was not implemented for some specific 
technical reason.

--rt


More information about the Digitalmars-d mailing list