Re: dmd 1.068 and 2.053 release

2011-05-14 Thread Rainer Schuetze
You have to update dbghelp.dll. It's version is 5.1.2600.5512 on my XP, which does not work. You probably need some version 6.x, 6.11.1.404 from the "Microsoft Debugging Tools for Windows" worked for me. http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.11.1.404.msi There is a new

Re: dmd 1.068 and 2.053 release

2011-05-14 Thread Walter Bright
On 5/14/2011 4:41 PM, Timon Gehr wrote: Walter Bright wrote: On 5/14/2011 2:49 PM, Timon Gehr wrote: Also, not having the full druntime source handy apparently means some code wont CTFE. What is missing? I stumbled over foreach(dchar c; char_array); It will complain that "_aApplycd2" is not

Re: dmd 1.068 and 2.053 release

2011-05-14 Thread Timon Gehr
Walter Bright wrote: > On 5/14/2011 2:49 PM, Timon Gehr wrote: > > Also, not having the full druntime source handy apparently means some code > > wont > > CTFE. > > What is missing? I stumbled over foreach(dchar c; char_array); It will complain that "_aApplycd2" is not defined. Interestingly, it

Re: dmd 1.068 and 2.053 release

2011-05-14 Thread Andrej Mitrovic
Hmm.. so it might be an XP issue. I'll give Win7 a try later.

Re: dmd 1.068 and 2.053 release

2011-05-14 Thread bearophile
Andrej Mitrovic: > Do you get the symbol names displayed without running cv2pdb on the exe? I am seeing the symbol names too (Windows Vista). Bye, bearophile

Re: dmd 1.068 and 2.053 release

2011-05-14 Thread Walter Bright
On 5/14/2011 2:49 PM, Timon Gehr wrote: Also, not having the full druntime source handy apparently means some code wont CTFE. What is missing?

Re: dmd 1.068 and 2.053 release

2011-05-14 Thread Timon Gehr
> Corrected links! > > > http://www.digitalmars.com/d/1.0/changelog.html > > http://ftp.digitalmars.com/dmd.1.068.zip > > > > http://www.digitalmars.com/d/2.0/changelog.html > > http://ftp.digitalmars.com/dmd.2.053.zip Very Nice! Thank you and everyone involved! Thanks to Don for his CTFE-related

Re: dmd 1.068 and 2.053 release

2011-05-14 Thread Andrej Mitrovic
On 5/14/11, bearophile wrote: > Walter: > >> > http://www.digitalmars.com/d/2.0/changelog.html >> > http://ftp.digitalmars.com/dmd.2.053.zip > > I especially like the stack trace on Windows. Do you get the symbol names displayed without running cv2pdb on the exe?

Re: dmd 1.068 and 2.053 release

2011-05-14 Thread Mafi
Am 14.05.2011 17:09, schrieb Extrawurst: On 14.05.2011 15:23, Mafi wrote: Am 13.05.2011 23:27, schrieb Walter Bright: Thanks for everyone's hard work on this release! http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.067.zip Now includes FreeBSD: http://www.dig

Re: dmd 1.068 and 2.053 release

2011-05-14 Thread Extrawurst
On 14.05.2011 15:23, Mafi wrote: Am 13.05.2011 23:27, schrieb Walter Bright: Thanks for everyone's hard work on this release! http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.067.zip Now includes FreeBSD: http://www.digitalmars.com/d/2.0/changelog.html http://f

Re: dmd 1.068 and 2.053 release

2011-05-14 Thread Mafi
Am 13.05.2011 23:27, schrieb Walter Bright: Thanks for everyone's hard work on this release! http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.067.zip Now includes FreeBSD: http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.052.zip

Re: dmd 1.068 and 2.053 release

2011-05-14 Thread bearophile
Walter: > > http://www.digitalmars.com/d/2.0/changelog.html > > http://ftp.digitalmars.com/dmd.2.053.zip I especially like the stack trace on Windows. Instead of naming the beta versions of 2.053 just "2.053" I suggest to name them something like "2.053beta1", "2.053beta2", "2.053beta3", etc. S

Re: dmd 1.068 and 2.053 release

2011-05-14 Thread Extrawurst
On 14.05.2011 03:23, Walter Bright wrote: Corrected links! http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.068.zip http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.053.zip Nice! Really great work by all the involved. I love