On 3/28/07, Jack Unrue jdunrue@gmail.com 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.