Thread overview
Unable to create a betterC DLL on Windows.
Mar 20, 2019
Rel
Mar 28, 2019
Rel
Mar 28, 2019
Andre Pany
Mar 31, 2019
Rel
March 20, 2019
Don't know if it is a bug or not supported on purpose. When I compile
simple DLL on Windows with DMD it works fine, but when I try to do it
in betterC mode I get "Error 42: Symbol Undefined __acrtused_dll". As
far as I understand compiler generates code that calls this function,
but it is defined in Phobos and betterC stuff shouldn't rely on it. In
my opinion it should be possible to create DLLs in betterC mode, what
do you think?
March 28, 2019
any thoughts?


March 28, 2019
On Thursday, 28 March 2019 at 08:15:34 UTC, Rel wrote:
> any thoughts?

Please file an issue for this.

Kind regards
Andre

March 31, 2019
On Thursday, 28 March 2019 at 09:29:02 UTC, Andre Pany wrote:
> On Thursday, 28 March 2019 at 08:15:34 UTC, Rel wrote:
>> any thoughts?
>
> Please file an issue for this.
>
> Kind regards
> Andre

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