[Issue 16063] DLL projects seem to ignore DllMain, won't link

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun May 22 20:08:54 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16063

--- Comment #1 from Manu <turkeyman at gmail.com> ---
Seems that it expects '/DLL' given to the linker, but it's not.
I added -L/DLL to additional options and it links.

This should probably be there automatically.

--


More information about the Digitalmars-d-bugs mailing list