Dustmite + Visual D

Rainer Schuetze r.sagitario at gmx.de
Mon Nov 5 07:24:36 UTC 2018



On 05/11/2018 00:08, Michelle Long wrote:
> It would take Rainer just a few minutes max to determine this by simply
> created a project or opening a pre-existing one and adding a junction
> the dragging it to the project and adding a d file in it then trying the
> dustmite command.

I just tried that and it worked fine for my tiny example. Copying the
project is just a series of

	std.file.mkdirRecurse(dirName(destname));
	std.file.copy(srcname, destname);

on the files in the project.

Do you get the message in the Visual D output pane or the console window?



More information about the Digitalmars-d-ide mailing list