Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
October 21, 2015 How to install DMD 64bit on Windows? | ||||
---|---|---|---|---|
| ||||
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 Re: How to install DMD 64bit on Windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Gary Willoughby | Use the .exe installer and it will offer to download and install visual studio for you as part for its process. |
October 21, 2015 Re: How to install DMD 64bit on Windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Adam D. Ruppe | 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 Re: How to install DMD 64bit on Windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Adam D. Ruppe | 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 Re: How to install DMD 64bit on Windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to ric maicle | 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).
|
Copyright © 1999-2021 by the D Language Foundation