shared libs for OSX

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Wed May 20 11:53:30 PDT 2015


On 2015-05-20 16:44, bitwise wrote:
> I tried using a shared library for OSX yesterday. I opened it with
> dlopen, retrieved my extern(C) function, and called it. All was well,
> and it seemed to work(wrote to the console with writeln).
>
> But, I got a message in the console saying shared libraries were not yet
> implemented for OSX. What exactly is it that's not working?

TLS, module constructors, module/class info, perhaps the GC, similar things.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list