std.plugin ?

Sean Kelly sean at invisibleduck.org
Tue Oct 1 13:46:09 PDT 2013


On Oct 1, 2013, at 11:00 AM, Jacob Carlborg <doob at me.com> wrote:

> On 2013-10-01 13:36, FreeSlave wrote:
> 
>> I just checked it on Linux. ClassInfo.find can't find the class from
>> shared library. That's what I did:
> 
> Dynamic libraries are not completely implemented yet in D. I expect this to work when the implementation is complete.

This.  loadLibrary doesn't yet graft in the ModuleInfo tree from the dynamic library, so ClassInfo.find will fail.


More information about the Digitalmars-d mailing list