On Tuesday, 27 April 2021 at 07:55:53 UTC, Mike Parker wrote:
On Tuesday, 27 April 2021 at 07:41:28 UTC, frame wrote:Did you mean to use rdmd and not dmd? 🤔I could not get it working using dmd. It gaves me LNK2001 linker errors. I honestly have no idea what rdmd else applies to the linker (should inspect it with sysinternals).What is your dmd command line?
not very different: ```dmd -L/DLL -L/OUT:common.dll -m64 -of=common.dll -I=sources common.d
```