compile w/ ms32coff fails with 2.067B1

2014-11-01 Thread jpkl via Digitalmars-d-learn
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

Re: compile w/ ms32coff fails with 2.067B1

2014-11-01 Thread jpkl via Digitalmars-d-learn
On Saturday, 1 November 2014 at 21:12:58 UTC, Kagamin wrote: Oops, this: http://forum.dlang.org/post/vybptydvdxultfnfq...@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

Re: simple assignment statement compiles but becomes a run time error

2015-01-18 Thread jpkl via Digitalmars-d-learn
On Monday, 19 January 2015 at 02:04:23 UTC, Mike Parker wrote: On 1/19/2015 10:44 AM, WhatMeWorry wrote: On Sunday, 18 January 2015 at 20:07:25 UTC, weaselcat wrote: On Sunday, 18 January 2015 at 19:51:02 UTC, WhatMeWorry wrote: On Sunday, 18 January 2015 at 19:42:33 UTC, WhatMeWorry wrote: