runtime loading D shared library as a standalone (with it's own GC etc)

Martin Nowak code at dawg.eu
Fri Feb 28 10:27:57 PST 2014


On 02/26/2014 10:16 PM, Timothee Cour wrote:
> Currently (on OSX) I can runtime load a D dll from a C program, but not
> from a D program, which seems silly.
>
> Is it possible to runtime load a D shared library as a standalone (ie
> without sharing GC, runtime or any other data), treating it as if we
> were loading from a C program (making no attempt at sharing druntime or
> otherwise).
>
> What do I need to change in druntime to make this possible?
>
Depends on why it doesn't work.


More information about the Digitalmars-d-learn mailing list