www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Visual D

reply Imperatorn <johan_forsberg_86 hotmail.com> writes:
How do I set which compiler is used when building a solution 
using Visual D?

I have multiple installed and it defaults to DMD.

Thanks
Oct 24 2021
parent reply pilger <abcd dcba.com> writes:
On Sunday, 24 October 2021 at 20:45:08 UTC, Imperatorn wrote:
 How do I set which compiler is used when building a solution 
 using Visual D?
"Enter the LDC installation path at the global Tools->Options->Projects and Solutions->Visual D Settings->LDC Directories option page. Then switch the "Compiler" option in the project configuration to "LDC"." https://rainers.github.io/visuald/visuald/Installation.html
Oct 25 2021
parent reply Rainer Schuetze <r.sagitario gmx.de> writes:
On 25/10/2021 14:53, pilger wrote:
 On Sunday, 24 October 2021 at 20:45:08 UTC, Imperatorn wrote:
 How do I set which compiler is used when building a solution using 
 Visual D?
"Enter the LDC installation path at the global Tools->Options->Projects and Solutions->Visual D Settings->LDC Directories option page. Then switch the "Compiler" option in the project configuration to "LDC"." https://rainers.github.io/visuald/visuald/Installation.html
In addition, the visuald projects (in contrast to the msbuild integration) allow specifying a different compiler executable when checking Compiler -> General -> Use other compiler.
Oct 26 2021
parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Wednesday, 27 October 2021 at 06:32:28 UTC, Rainer Schuetze 
wrote:
 On 25/10/2021 14:53, pilger wrote:
 On Sunday, 24 October 2021 at 20:45:08 UTC, Imperatorn wrote:
 How do I set which compiler is used when building a solution 
 using Visual D?
"Enter the LDC installation path at the global Tools->Options->Projects and Solutions->Visual D Settings->LDC Directories option page. Then switch the "Compiler" option in the project configuration to "LDC"." https://rainers.github.io/visuald/visuald/Installation.html
In addition, the visuald projects (in contrast to the msbuild integration) allow specifying a different compiler executable when checking Compiler -> General -> Use other compiler.
Thanks
Nov 02 2021