Thread overview
How to install DMD 64bit on Windows?
Oct 21, 2015
Gary Willoughby
Oct 21, 2015
Adam D. Ruppe
Oct 21, 2015
Brad Anderson
Oct 24, 2015
ric maicle
Oct 24, 2015
qsdfghjk
October 21, 2015
How to install DMD 64bit on Windows? Is it just a case of downloading from here and it just works?

http://dlang.org/download.html

Or do I need Visual Studio installed?
October 21, 2015
Use the .exe installer and it will offer to download and install visual studio for you as part for its process.
October 21, 2015
On Wednesday, 21 October 2015 at 18:50:08 UTC, Adam D. Ruppe wrote:
> Use the .exe installer and it will offer to download and install visual studio for you as part for its process.

I don't know if that feature has made it into a release yet. I don't think Vc2015 is supported yet either in a released version of DMD. I could be mistaken on both of these.

If you want to play it say just install VS2013 Community Edition then install DMD and everything should just work.
October 24, 2015
On Thursday, 22 October, 2015 02:50 AM, Adam D. Ruppe wrote:
> Use the .exe installer and it will offer to download and install visual
> studio for you as part for its process.

Sorry to ask this but could anyone please explain why Visual Studio is
required by DMD 64-bit? (I have been away far too long than I should
have)

Thanks
October 24, 2015
On Saturday, 24 October 2015 at 16:06:24 UTC, ric maicle wrote:
> On Thursday, 22 October, 2015 02:50 AM, Adam D. Ruppe wrote:
>> Use the .exe installer and it will offer to download and install visual
>> studio for you as part for its process.
>
> Sorry to ask this but could anyone please explain why Visual Studio is
> required by DMD 64-bit? (I have been away far too long than I should
> have)
>
> Thanks

it's required for the standard C library (Digital Mars's one is 32 bit only) and to link COFF objects (Digital Mars linker is only for OMF objects, produced by default only by DMD32).