Created attachment 1591
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.