Can't compile DFL Program

Kagamin spam at here.lot
Fri Jul 22 04:58:58 PDT 2011


ray96_28139 at yahoo.com 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.


More information about the Digitalmars-d mailing list