Exceptions on Windows being "swallowed"

Mike Parker aldacron at gmail.com
Wed Nov 27 05:43:33 UTC 2019


On Wednesday, 27 November 2019 at 05:15:10 UTC, cartland wrote:
> 
> No MS installed. Just using DMD.
> -----
> dub -a x86_mscoff --force -v
> :

So please try it without dub

dmd -m32mscoff x.d

If that works, add some debug flags like dub does:

dmd -m32mscoff -debug -g x.d

And see what happens.


More information about the Digitalmars-d-learn mailing list