Dustmite + Visual D
Michelle Long
HappyDance321 at gmail.com
Thu Nov 8 23:09:53 UTC 2018
>
> I suspect there is still a misunderstanding: your project very
> likely still refers to these files via a relative path, not
> through the junction. You can verify this by looking at the
> list of files at the end of the .visualdproj file with a text
> editor.
Ok, you are right. I think i might have dragged some items in
manually from the file explorer after I removed them thinking I
didn't need them after I dragged in the junction.
I noticed this:
<File path="Libraries\arsd\color.d" />
<File path="Libraries\arsd\gamehelpers.d" />
<File path="..\..\..\Game\Game\Libraries\arsd\png.d" />
<File path="Libraries\arsd\simpledisplay.d" />
<File path="Libraries\arsd\stb_truetype.d" />
(note that they are all the same paths!)
In any case, it should be an easy fix either way?
Maybe the relative paths are causing D's file routines to crap
out?
More information about the Digitalmars-d-ide
mailing list