On Mon, Jul 14, 2008 at 10:39 AM, Luke Crook <[EMAIL PROTECTED]> wrote: > On Sat, 12 Jul 2008 22:00:09 -0700, Elliott Slaughter > <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I'm wondering if Lispbuilder-SDL and company are known to work on >> Windows with Allegro Common Lisp. > > I have never tried. > >> (I tried loading something I had >> previously written for SBCL and CLISP, and it seemed to work until it >> tried to load SDL_gfx and couldn't find the dll for some reason.) > > What is the value of cffi:*foreign-library-directories* ? This should > point to the location of SDL_gfx. If not, then SDL_gfx should be found > somewhere in your OS library search path.
CL-USER(1): (asdf:oos 'asdf:load-op :lispbuilder-sdl) ... CL-USER(2): cffi:*foreign-library-directories* NIL As for your other suggestion, I found that I could load SDL_gfx and _image after putting the dlls in the \WINDOWS\system32 folder. I had simply never bothered to do this for SBCL or CLISP before because they worked with a simple installation of win32-lispbuilder-sdl-binaries. I did notice that there was a case sensitivity issue when running ACL under modern mode, but using ANSI mode seems to make everything run fine. -- Elliott Slaughter "Any road followed precisely to its end leads precisely nowhere." - Frank Herbert _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
