Ok, I started with a fresh install of D and DFL on another computer. Got compiler errors when building the lib files because of deprecation issues. I then edited the makelib.bat file to include the -d option to allow deprecated functions. After that it succeeded to compile some of DFL but not all of it because there must be an issue with the paths to D in the registry. I don't know. It just complained of not being able to find certain source files and lib files related to DFL and the paths were wrong. Anyway after changing the paths to absolute paths in the makelib.bat, I finally got the lib files to compile successfully. I'm only supposed to have 3 files right? dfl.lib, dfl_debug.lib and dfl_build.lib?
I went to D-IDE and tried to compile, same problems, error 42's. I looked for some of the missing references in the lib files, and found them. It's like the linker doesn't see the lib files. I've made sure that the folder where the libs are located are set up in Project Settings of D-IDE, but still no change. Very frustrating. Out of the box I've had nothing but issues. What can I do to make this work? On Fri, 22 Jul 2011 00:46:04 -0400, Jesse Phillips <jessekphillip...@gmail.com> wrote: >ray96_28...@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 >> >> All of the folders are valid paths. This seems like a VERY promising >> language for me but I just can't seem to get it going. Thanks for your >> reply. >> >> >> On Fri, 22 Jul 2011 00:29:05 +0200, Trass3r <u...@known.com> wrote: >> >> >How do you compile it? > >Did you compile the DFL libraries? I use the dfl.exe myself.