Trass3r wrote:
I installed DWT and got a few samples to compile using dsss. Now I need to figure out how to compile a DWT program of my own.I thought C:\dmd\import\dfl was the DFL library? Or do I need to reference it some other way?Just the files. The library isn't automatically compiled. You might want to try a build tool like rdmd (included in dmd package) or xfBuild. But note that rdmd might currently not work due to a nasty bug, hopefully fixed soon.