what's this Error: corrupt MS Coff object module
Adam D. Ruppe
destructionator at gmail.com
Tue Aug 25 00:56:51 UTC 2020
On Tuesday, 25 August 2020 at 00:41:27 UTC, mw wrote:
> How to fix this Coff object issues?
there's two library formats: coff and omf. omf is the old one
that dmd assumes without arguments. coff is the new one with `dmd
-m32mscoff` or `dmd -m64`.
I would guess one of those libs was built with plain old dmd and
the other with the other switch.
Might help to just delete the old directories and let it
redownload and recompile fresh with all the new settings.
More information about the Digitalmars-d-learn
mailing list