visual studio - DSFML building error (VisualD) -
and @ first, sorry bad english. first project in d. , first project sfml (dsfml of course).
i use dub making visual studio project (i use vs2010). open , set project settings:
general
compiler
linker
autocomplete works correctly:
when try build project, here error:
error 42: symbol undefined _d5dsfml8graphics12__moduleinfoz
how can resolve it?
this particular error saying can't find actual d code library. mean dub isn't grabbing/linking source somewhere, i've never used dub ide can't sure.
my suggestion figure out going wrong , fix issue bug maintainer (who me, actually) on github opening issue lack of tutorials ide's available d right now.
if want started dsfml right now, however, can sort of follow along command line tutorial , use basis of figuring out libraries need linked in, set import search paths, etc.
Comments
Post a Comment