I can't Hello World!
Jupiter via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Wed Mar 15 19:01:04 PDT 2017
On Friday, 10 March 2017 at 08:02:18 UTC, Rainer Schuetze wrote:
>
>
> On 09.03.2017 02:32, Jupiter wrote:
>>[...]
>
> rdmd is used for script-like usage of D source files, so
> leaving an executable inside the source folder is considered
> undesired.
>
> Visual D only uses rdmd if you use "Compile and run/debug" on a
> single file. If you create a project, Visual D will usually
> create an output directory inside the project folder for you,
> but you can also configure this in the project configuration.
> Project builds use dmd for compilation, not rdmd.
Ok, I understood.
Thank you
More information about the Digitalmars-d-ide
mailing list