Thread overview
[Issue 21194] VisualD cannot build unit-threaded_property.lib: saying corrupt MS Coff object
Aug 25, 2020
Rainer Schuetze
Aug 28, 2020
Rainer Schuetze
Oct 11, 2020
Rainer Schuetze
August 25, 2020
https://issues.dlang.org/show_bug.cgi?id=21194

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
I suspect there is some mismatch with some part build with -m32 (OMF object
files) and -m32mscoff (COFF object files). This shouldn't be an issue with
-m64, though.

unit-threaded itself does not seem to have this problem. Please provide explicit steps necessary to reproduce the issue (I don't know too much about dub).

--
August 28, 2020
https://issues.dlang.org/show_bug.cgi?id=21194

--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> ---
I just tried:

dub init
dub add unit-threaded
dub generate visuald

and building the resulting solution works just fine.

Are you doing something else?

--
October 11, 2020
https://issues.dlang.org/show_bug.cgi?id=21194

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
Cannot reproduce. Please reopen and provide more information if it still happens for you.

--