[cffi-devel] Re: load-foreign-library on LispWorks 5.0.1
Jack Unrue
jdunrue at gmail.com
Thu Mar 29 04:12:00 UTC 2007
On 3/28/07, Jack Unrue <jdunrue at 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.
--
Jack Unrue
More information about the cffi-devel
mailing list