Re: D1 & D2 alpha's for Win64

2012-10-17 Thread Jacob Carlborg
On 2012-10-17 23:32, Damian wrote: Although that would be great, it also means everybody who wants to use D2 and have COFF support would also have to get VS. That seems like the wrong direction to go in. Be much nicer if D2 can have this out of the box. No point in removing the already working

Re: D1 & D2 alpha's for Win64

2012-10-17 Thread Walter Bright
On 10/14/2012 12:54 PM, Walter Bright wrote: http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip Updated so now stack walking works in the VS debugger.

Re: D1 & D2 alpha's for Win64

2012-10-17 Thread Damian
On Wednesday, 17 October 2012 at 10:46:37 UTC, Gor Gyolchanyan wrote: On Tuesday, 16 October 2012 at 16:44:59 UTC, Walter Bright wrote: On 10/16/2012 8:58 AM, Gor Gyolchanyan wrote: It worked fine for me at first! This is awesome! Great! But is it possible to use VC linker for 32-bit archit

Re: D1 & D2 alpha's for Win64

2012-10-17 Thread Michael
Do a SET command and remove your LIB definitions. You've got to get it to search the VC lib locations first. Finally it works ;) on VC 11 Desktop Express, Win 2008 R2.

Re: D1 & D2 alpha's for Win64

2012-10-17 Thread Gor Gyolchanyan
On Tuesday, 16 October 2012 at 16:44:59 UTC, Walter Bright wrote: On 10/16/2012 8:58 AM, Gor Gyolchanyan wrote: It worked fine for me at first! This is awesome! Great! But is it possible to use VC linker for 32-bit architectures? No. Is there a reason why it isn't possible? If you manage