Unable to create a betterC DLL on Windows.

Rel relmail at rambler.ru
Wed Mar 20 10:42:34 UTC 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?


More information about the Digitalmars-d mailing list