On 3/28/07, Jack Unrue <[EMAIL PROTECTED]> wrote:
That ends up calling fli:register-module which apparently wants a non-nil value for its first argument. Like so: CL-USER 5 > (fli:register-module nil :connection-style :immediate :real-name "user32.dll") NIL
Or rather, fli:register-module isn't reporting an error. The manual says that it returns the name argument, which is nil in this case. But load-foreign-library-path is interpreting this as an error condition. -- Jack Unrue _______________________________________________ cffi-devel mailing list cffi-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel