[Issue 19784] DLL in BetterC mode - Symbol Undefined __acrtused_dll

2023-06-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19784 Walter Bright changed: What|Removed |Added Keywords||dll --

[Issue 19784] DLL in BetterC mode - Symbol Undefined __acrtused_dll

2023-01-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19784 --- Comment #5 from Walter Bright --- __acrtused_dll is defined in snn.lib, which should be linked in for win32 DLL builds. --

[Issue 19784] DLL in BetterC mode - Symbol Undefined __acrtused_dll

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19784 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --

[Issue 19784] DLL in BetterC mode - Symbol Undefined __acrtused_dll

2022-06-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19784 Walter Bright changed: What|Removed |Added Keywords||betterC CC|

[Issue 19784] DLL in BetterC mode - Symbol Undefined __acrtused_dll

2019-04-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19784 --- Comment #4 from AlexKotik --- (In reply to kinke from comment #3) > This (linker) error can be gotten rid of with -L=/SUBSYSTEM:CONSOLE. I think the better thing to do is /DLL, but still I got these errors: > dmd -of=dll.dll -betterC -L=/DLL

[Issue 19784] DLL in BetterC mode - Symbol Undefined __acrtused_dll

2019-04-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19784 --- Comment #3 from ki...@gmx.net --- This (linker) error can be gotten rid of with -L=/SUBSYSTEM:CONSOLE. --

[Issue 19784] DLL in BetterC mode - Symbol Undefined __acrtused_dll

2019-04-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19784 --- Comment #2 from AlexKotik --- (In reply to kinke from comment #1) > This seems to be specific to the DigitalMars C runtime, see > https://digitalmars.com/ctg/acrtused.html. You may have more luck with > -m32mscoff or -m64. It doesn't compile

[Issue 19784] DLL in BetterC mode - Symbol Undefined __acrtused_dll

2019-03-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19784 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from