Created attachment 1591 [details] unresolved symbols dmd -m32mscoff always fails to link in 2.071b1. It works in 2.070. And works with -m32 and -m64, too. Removing the environment variables take no effects. I suppose this a regression. Anyone else ... ? Command: dmd -m32mscoff test.d Code: void main() { } This code puts a number of unknown symbols and fails. (such as EnterCriticalSection, VirtualFree, and so on) See attached file. Environment: Windows7 64-bit VS2015 Community Ed., co-exists with VS2013 Community Ed.
regression introduced by https://github.com/D-Programming-Language/dmd/commit/3eb05cbdd4324417cd4a575fa6c0c15fb045c5c2
https://github.com/D-Programming-Language/dmd/pull/5586