[ab] Help with standalone exe with Clisp + lispbuilder-SDL

Anthony Fairchild anthonyf at blarg.net
Mon Nov 20 18:23:40 CST 2006


Thanks Luke, I got it working now.  Your suggestion worked with one
minor addition.  I had to define the sdl library first before
USE-FOREIGN-LIBRARY would work:

 (cffi:define-foreign-library sdl  ;;
    (t (:default "SDL")))

 (cffi:use-foreign-library sdl)

Very cool, thanks for your help!

Also, I would be happy to contribute a HOW-TO on this to the
lispbuilder-sdl online documentation.  Others might be interested in
doing this.

AnthonyF


More information about the application-builder mailing list