Steps to build Hello World with Vibe.d and VisualD

evilrat via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Thu May 25 20:11:05 PDT 2017


On Tuesday, 23 May 2017 at 10:06:24 UTC, Brother Bill wrote:
>
> When trying this in Visual Studio 2017, when building 5 same 
> error messages appear.
> "Deprecation: alias diet.traits.FilterCallback is deprecated - 
> Use SafeFilterCallback instead."
>
> Replacing static FilterCallback with static SafeFilterCallback 
> just creates two different errors.
>
> Any ideas on how to build Hello, World! with vibe-d, VisualD 
> and Visual Studio 2017?
> Thank you!

Despite it says "error" it is actually a warning, unless you 
build in release(it has stricter rules on warnings and other 
stuff) it should compiles just fine.

And this message is for Vibe devs (you aren't using these 
functions in your project code anywhere, right?)


More information about the Digitalmars-d-ide mailing list