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

Timothee Cour thelastmammoth at gmail.com
Wed Feb 26 13:16:57 PST 2014


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20140226/e01cd2a2/attachment-0001.html>


More information about the Digitalmars-d-learn mailing list