core.runtime: loadLibrary and unloadLibrary?

Phil Lavoie maidenphil at hotmail.com
Fri Jan 11 07:34:32 PST 2013


On Thursday, 10 January 2013 at 07:35:54 UTC, Rob T wrote:
> http://dlang.org/phobos/core_runtime.html#.Runtime.loadLibrary
>
> I want to load shared libraries during runtime as plug-in's, 
> but the consensus seemed to indicate that DMD is not yet ready 
> for this. I wonder if these functions provide any useful 
> plug-in support or not?
>
> Thanks!
>
> --rt

Speaking of which,

Anyone else finds themself desiring a "loadSymbol( void * 
whateverReturnedByLoadLib, string name )" function?

Phil


More information about the Digitalmars-d mailing list