Steps to build Hello World with Vibe.d and VisualD
Rainer Schuetze via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Sun Mar 6 00:47:33 PST 2016
On 06.03.2016 01:20, Brother Bill wrote:
> VisualD is up and running.
> I can build vibe.d outside of VisualD and it runs OK.
>
> What I can't do is build, debug and run Vibe.d within VisualD inside
> Visual Studio 2015 Community Edition.
>
> I get this error when I attempt to build the initial Hello World inside
> VisualD:
> Error: module d is in file 'vibe\d.d which cannot be read
>
> Please provide step by step instructions of how to create a Visual
> Studio Solution/Project, add vibe.d to it, and run Hello World within
> VisualD.
>
I'm not a user of vibe.d, but AFAICT the expected usage is to let dub
generate the solution for you with "dub generate visuald".
Even if you don't want to use the generated project, it will show you
how to set the import path to find the vibe.d sources (which leads to
the error above), add vibe.d version identifiers and library files for
linking.
More information about the Digitalmars-d-ide
mailing list