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?

link|improve this question

I don't think you can use Tango with D2 (yet). – KennyTM Nov 19 '11 at 20:01
It's being ported ( github.com/SiegeLord/Tango-D2 ), but no, if you're using any released versions of Tango, you can't use D2. I don't know if DFL has been ported to D2 or not, but if it's using Tango (as opposed to you using Tango in conjunction with it), then probably not. – Jonathan M Davis Nov 20 '11 at 0:42
feedback

1 Answer

What I do is download the latest snapshot archive, extract this into where dmd is installed. Then get the latest source from github/Rayerd and copy the win32/dfl directory over the dfl directory from the archive. And finally I use the dfl.exe executable to compile my program.

link|improve this answer
Did you do it actually or it's just a suggestion? – menjaraz Jan 3 at 7:57
@menjaraz, That is what I have done to get it compiling with D2. And I've done it quite recently too. – he_the_great Jan 3 at 15:19
Thank you for the clarification. Its what I expected but the use of present tense confused me a bit. Good news. – menjaraz Jan 3 at 15:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.