[D-runtime] Arghhh, DLLs broken on Win32 *again*!
Sean Kelly
sean at invisibleduck.org
Wed Mar 21 16:10:01 PDT 2012
On Mar 21, 2012, at 3:49 PM, Walter Bright wrote:
>
> On 3/21/2012 1:19 PM, Sean Kelly wrote:
>> On Mar 21, 2012, at 10:10 AM, Walter Bright<walter at digitalmars.com> wrote:
>>
>>> I'm running the same test suite for years for DLLs. No, it is not linking things twice. Historically, it breaks badly every time someone tweaks the druntime startup code.
>> Because it explicitly calls internal functions instead of Runtime.initialize or whatever.
>>
>
> The documentation here:
>
> http://dlang.org/dll.html
>
> must work. The test cases, druntime, and the documentation must all be in sync.
My mistake, those docs are correct. I thought the test was based on the old design.
More information about the D-runtime
mailing list