link error on Windows

Nathan S. no.public.email at example.com
Wed May 20 09:31:38 UTC 2020


On Tuesday, 19 May 2020 at 04:54:38 UTC, Joel wrote:
> I tried with DMD32 D Compiler v2.088.1-dirty, and it compiled 
> and created an exe file, but not run (msvcr100.dll not found - 
> and tried to find it on the net without success).

DMD 2.089 changed the default linking options. I bet an 
up-to-date DMD will also work if you invoke it as "dmd 
-m32mscoff". It should also work if you build it in 64-bit mode.


More information about the Digitalmars-d-learn mailing list