Runtime.unloadLibrary terminates application on Windows

Andre via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Dec 14 11:17:00 PST 2015


On Monday, 14 December 2015 at 17:50:26 UTC, Andre wrote:
> Hi,
>
> there is an issue with the example from
> http://wiki.dlang.org/Win32_DLLs_in_D
>
> While executing the DYNAMIC_LOAD version, the application
> will exit on statement: if (!Runtime.unloadLibrary(h))
>
> Neither "error freeing mydll.dll" nor "End..." is written
> to the console.
>
> The application just ends.
>
> Kind regards
> André

It seems to be a regression
https://issues.dlang.org/show_bug.cgi?id=1550

I will open a ticket for this issue


More information about the Digitalmars-d-learn mailing list