status of shared libs

Walter Bright newshound2 at digitalmars.com
Mon Apr 8 16:18:56 PDT 2013


On 4/5/2013 7:18 PM, Ellery Newcomer wrote:
> is there a roadmap for druntime/phobos support of shared libraries?
>
> just built dmd from master, and I still can't coax out a 64 bit .so

There are the following scenarios:

1. D executable, C dll => always worked
2. D executable, D dll, statically loaded => now in 2.063 HEAD
3. D executable, D dll, dynamically loaded (hot swapping) = not yet
4. C executable, D dll => not yet


More information about the Digitalmars-d mailing list