Thanks for that. I had thought about that, I remember doing it when I installed it but the console flashed too quickly to see if it had succeeded. I went to the command line and did it myself. I got an error from DFL saying the installation was bad and to run a command to redo it. I did that and then tried to rebuild the libraries, then I got all kinds of errors (like missing default statements in switch statements were deprecated). I added the necessary syntax and got through most errors till I got an error from imagelist.d saying that the "add" function was unknown. I couldn't get past that so I decided to try and compile the libraries with DMD 1. That worked first try. But still no change with the Error 42's.
On Fri, 22 Jul 2011 00:46:04 -0400, Jesse Phillips <[email protected]> wrote: >[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 >> >> 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 <[email protected]> wrote: >> >> >How do you compile it? > >Did you compile the DFL libraries? I use the dfl.exe myself.
