VisualD Projects
Rainer Schuetze
r.sagitario at gmx.de
Thu Jul 12 07:48:15 UTC 2018
On 11/07/2018 11:10, Samsinsane wrote:
> Hi there,
>
> I'm looking to evaluate D for work purposes but I've hit a stumbling
> block. I'd really like to integrate D into our existing code base using
> the mixed projects that VisualD supports. Unfortunately, I can't seem to
> find any information on how to consume D libraries, such as vibe.d. I've
> "imported" vibe.d, and added the 15 import paths until it stopped
> complaining about missing files, and now I'm just getting missing symbol
> errors.
>
> This all feels much harder than it really should be, so I'm guessing
> I've missed something. Can someone please point me in the right direction?
>
> Regards,
> Sam
As Mr.Bingo pointed out, it is probably best to copy the settings from
the dub-generated visualdproj projects. Please especially check the
versions defined in the separate projects.
Linking should be no problem, as this is using the VC++ linking
mechanism, i.e. you either specify library inputs on the Linker->Input
page or add the library projects as "References".
More information about the Digitalmars-d-ide
mailing list