From balakantala at gmail.com Fri Oct 1 21:29:29 2021 From: balakantala at gmail.com (Balakrishna) Date: Fri, 01 Oct 2021 21:29:29 +0000 Subject: Social Media Link Aggrigator Message-ID: Need a way to put all of your social media links and profiles into one easy to distribute profile? InLink is offering a completely free social media link aggregator tool. Create Your Free Profile Today! Sign Up at https://inlink.com Thanks, media at inlink.com https://inlink.com/ Thanks, Nik Glanz From johan_forsberg_86 at hotmail.com Sun Oct 24 20:45:08 2021 From: johan_forsberg_86 at hotmail.com (Imperatorn) Date: Sun, 24 Oct 2021 20:45:08 +0000 Subject: Visual D Message-ID: 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 From abcd at dcba.com Mon Oct 25 12:53:17 2021 From: abcd at dcba.com (pilger) Date: Mon, 25 Oct 2021 12:53:17 +0000 Subject: Visual D In-Reply-To: References: Message-ID: 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 From r.sagitario at gmx.de Wed Oct 27 06:32:28 2021 From: r.sagitario at gmx.de (Rainer Schuetze) Date: Wed, 27 Oct 2021 08:32:28 +0200 Subject: Visual D In-Reply-To: References: Message-ID: 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.