I'm trying to compile my first application using Forms in D, using the DFL / Tango libraries, but the compiler first attempt said: DFL lib files not found
.
Then I tried to compile the libs, and got the following error:
not found: \dmd\import\import\*.obj
dfl_debug.lib not found
I'm using the DMD compiler
, version v2.055
.
How I fix it?