osx shared libraries.

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Sat Jun 6 12:47:08 PDT 2015


On 6/6/15 11:52 AM, bitwise wrote:
> The code looks like this:
> http://dpaste.com/0SF46B6
>
> So my question is, what is the best way to get this code into the binary?

Where would an approach based on static shared this() and ~this fall 
short? Those would get called when the library is loaded, unless you 
actually need to implement exactly that :o). -- Andrei



More information about the Digitalmars-d mailing list