Re: Release Candidate D 2.069.0-rc1

2015-10-29 Thread tester via Digitalmars-d-announce
On Thursday, 29 October 2015 at 14:33:02 UTC, tester wrote: On Wednesday, 28 October 2015 at 06:14:00 UTC, sdfghj wrote: On Monday, 26 October 2015 at 23:30:56 UTC, Martin Nowak wrote: First and hopefully only release candidate for the 2.069.0. http://dlang.org/download.html#dmd_beta

Re: Release Candidate D 2.069.0-rc1

2015-10-29 Thread Rainer Schuetze via Digitalmars-d-announce
On 29.10.2015 15:33, tester wrote: trying to compile for x64: import std.stdio; int main(string[] argv){ writeln("Hello D-World!"); return 0; } produces: LINK : fatal error LNK1104: cannot open file 'libucrtd.lib' Building Debug\ConsoleApp1.exe failed! it does work/link for x86

Re: Release Candidate D 2.069.0-rc1

2015-10-28 Thread sdfghj via Digitalmars-d-announce
On Monday, 26 October 2015 at 23:30:56 UTC, Martin Nowak wrote: First and hopefully only release candidate for the 2.069.0. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.069.0.html A list of fixes over 2.069.0-b2

Re: Release Candidate D 2.069.0-rc1

2015-10-27 Thread Martin Nowak via Digitalmars-d-announce
On 10/27/2015 08:53 AM, Rainer Schuetze wrote: > Sorry for being a little late with these: Thanks, the fix will be in the final release. http://dlang.org/changelog/2.069.0.html#link-against-vs2015.