On 10/21/2013 02:05 AM, TheFlyingFiddle wrote:
How complete is dll support on windows (32/64)? I'm specifically
interested in D-to-D dlls.

Can i:

1. Load phobos as a DLL

There is no phobos.dll yet. Some work has been done, but there are many open problems.

2. Throw exceptions over dll boundary

This requires a phobos.dll because you'd run into ODR violation when statically linking against phobos.lib.

3. Use multiple threads with thread local storage in loaded dll.

Don't know.

Reply via email to