DMD - issue building shared library
Dibyendu Majumdar via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 18 15:55:33 PST 2016
On Monday, 18 January 2016 at 23:53:45 UTC, Dibyendu Majumdar
wrote:
>
> Thanks - that worked, but I had to write it this way:
>
> import std.c.windows.windows;
> import core.sys.windows.dll;
> mixin SimpleDllMain;
>
> I noticed that above modules are documented in the library
> reference so I assume that this template is not supported?
Sorry meant to say 'not' documented.
More information about the Digitalmars-d
mailing list