status of shared libs

Jacob Carlborg doob at me.com
Wed May 22 23:28:06 PDT 2013


On 2013-05-23 03:01, Ellery Newcomer wrote:

>> 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
>
> now? :)

2 works. 4 could possibly work if it's statically loaded. Although I'm 
not sure if the runtime will be properly initialized from C.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list