[email protected] Wrote: > I've compiled it many ways. I've added the DFL lib folders to the > sc.ini file too. D-IDE compiles it with this command: > > C:\D\dmd2\windows\bin\dmd.exe "obj\Module1.obj" "C:\dmd\import\dfl" > "C:\dmd\lib" "C:\Users\Rayburn\Downloads\dwt-win-importlibs\libs" > -L/su:windows -L/exet:nt -of"C:\Users\Rayburn\Documents\D > Projects\Win32App1\Win32App1\bin\Win32App1.exe" -gc -debug
DFL library is not specified in the command. dmd can't guess it on its own, because DFL is not a standard part of dmd package, so dmd knows nothing about it out of the box, you should be more explicit and tell the compiler what you want, it won't think for you.
