[Ecls-list] load-foreign-library

Juan Jose Garcia-Ripoll jjgarcia at users.sourceforge.net
Tue Oct 24 06:38:32 UTC 2006


2006/10/24, Rick Taube <taube at uiuc.edu>:
> should this be the definition of cffi::%load-foreign-library or do i
> still need to use ffi:load-foreign-library with a constant string in
> its place ??
>
> (defun %load-foreign-library (name)
>    "Load a foreign library from NAME."
>    (si:load-foreign-module name))

This definition is needed now because the CFFI-ECL port requires you
to load the library manually. I am working on removing this
requirement.

But did LOAD-FOREIGN-MODULE work with your library now?

Juanjo




More information about the ecl-devel mailing list