www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Unable to create a betterC DLL on Windows.

reply Rel <relmail rambler.ru> writes:
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?
Mar 20 2019
parent reply Rel <relmail rambler.ru> writes:
any thoughts?
Mar 28 2019
parent reply Andre Pany <andre s-e-a-p.de> writes:
On Thursday, 28 March 2019 at 08:15:34 UTC, Rel wrote:
 any thoughts?
Please file an issue for this. Kind regards Andre
Mar 28 2019
parent Rel <relmail rambler.ru> writes:
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
Mar 31 2019