Thread overview
compile w/ ms32coff fails with 2.067B1
Nov 01, 2014
jpkl
Nov 01, 2014
Kagamin
Nov 01, 2014
Kagamin
Nov 01, 2014
jpkl
November 01, 2014
Is it supposed to ? Is this feature planned for 2.067 ?

error messages:

...\windows\bin\..\..\src\phobos\std\stdio.d(35): Error: module std.c.stdio import 'FHND_WCHAR' not found
...\windows\bin\..\..\src\phobos\std\stdio.d(35): Error: module std.c.stdio import 'FHND_TEXT' not found
November 01, 2014
http://forum.dlang.org/post/xqjosrzoswakjcdgqurj@forum.dlang.org
November 01, 2014
Oops, this: http://forum.dlang.org/post/vybptydvdxultfnfqezo@forum.dlang.org
November 01, 2014
On Saturday, 1 November 2014 at 21:12:58 UTC, Kagamin wrote:
> Oops, this: http://forum.dlang.org/post/vybptydvdxultfnfqezo@forum.dlang.org

Ok. I see. Each static library used by the source must be build manually with ms32coff, and even in the final version those lib wont be included because it's too much work for a too small audience. It makes sense indeed. Maybe a small wiki or manual html page could be added to explain this.