Re: Visual Studio 2019

2021-03-07 Thread Siemargl via Digitalmars-d-learn

On Sunday, 7 March 2021 at 20:43:22 UTC, Alexey wrote:

Does Visual Studio 2019 support D development?
If yes, please give me instructions on how to work in this 
environment.


Visual D
https://forum.dlang.org/thread/s1kuna$geb$1...@digitalmars.com



Visual Studio 2019

2021-03-07 Thread Alexey via Digitalmars-d-learn

Does Visual Studio 2019 support D development?
If yes, please give me instructions on how to work in this 
environment.


Re: Anybody know if I can build DMD with Visual Studio 2019?

2020-12-04 Thread Q. Schroll via Digitalmars-d-learn

On Friday, 4 December 2020 at 09:32:29 UTC, Imperatorn wrote:
On Wednesday, 2 December 2020 at 22:37:06 UTC, WhatMeWorry 
wrote:
It works now.  Not sure what I did to _not_ make it work 
yesterday.


That's easy. You made a post here about it and the universe got 
scared.


This made my day.


Re: Anybody know if I can build DMD with Visual Studio 2019?

2020-12-04 Thread Imperatorn via Digitalmars-d-learn

On Wednesday, 2 December 2020 at 22:37:06 UTC, WhatMeWorry wrote:

On Tuesday, 1 December 2020 at 22:58:53 UTC, WhatMeWorry wrote:


I'm trying to build DMD with Visual D under Visual Studio as 
shown in the Wiki:


https://wiki.dlang.org/Building_under_Windows

The notes say to use the solution vcbuild:

You should be able to build DMD using the visual studio 
solution found in: dmd\src\vcbuild A typical choice is to 
build the 64-bit debug version (the VisualD options are named 
'Release' and 'x64').  [Btw, Should that be "64-bit release 
version" or "'Debug' and 'x64'"?]


I do this with Visual Studio 2019 and I'm getting errors. 
Should I be using Visual Studio 2017 or even VS 2013?  Didn't 
want to waste time debugging if VS2019 is not supported.


It works now.  Not sure what I did to _not_ make it work 
yesterday.


That's easy. You made a post here about it and the universe got 
scared.


Re: Anybody know if I can build DMD with Visual Studio 2019?

2020-12-02 Thread WhatMeWorry via Digitalmars-d-learn

On Tuesday, 1 December 2020 at 22:58:53 UTC, WhatMeWorry wrote:


I'm trying to build DMD with Visual D under Visual Studio as 
shown in the Wiki:


https://wiki.dlang.org/Building_under_Windows

The notes say to use the solution vcbuild:

You should be able to build DMD using the visual studio 
solution found in: dmd\src\vcbuild A typical choice is to build 
the 64-bit debug version (the VisualD options are named 
'Release' and 'x64').  [Btw, Should that be "64-bit release 
version" or "'Debug' and 'x64'"?]


I do this with Visual Studio 2019 and I'm getting errors. 
Should I be using Visual Studio 2017 or even VS 2013?  Didn't 
want to waste time debugging if VS2019 is not supported.


It works now.  Not sure what I did to _not_ make it work 
yesterday.


Anybody know if I can build DMD with Visual Studio 2019?

2020-12-01 Thread WhatMeWorry via Digitalmars-d-learn



I'm trying to build DMD with Visual D under Visual Studio as 
shown in the Wiki:


https://wiki.dlang.org/Building_under_Windows

The notes say to use the solution vcbuild:

You should be able to build DMD using the visual studio solution 
found in: dmd\src\vcbuild A typical choice is to build the 64-bit 
debug version (the VisualD options are named 'Release' and 
'x64').  [Btw, Should that be "64-bit release version" or 
"'Debug' and 'x64'"?]


I do this with Visual Studio 2019 and I'm getting errors. Should 
I be using Visual Studio 2017 or even VS 2013?  Didn't want to 
waste time debugging if VS2019 is not supported.