Fabrice Popineau <Fabrice.Popineau(a)supelec.fr> writes:
- Does SHLIB works under win32 ? What's the exact purpose ?
Something
that would be great : load a dll, and the call its functions from
Lisp.
The purpose of SHLIB support is slightly different. It doesn't allow
you to load arbitrary DLL's and call their functions. But you can
create a DLL that exposes (or implements) some C functionality to
Lisp, load that, and use the Lisp-visible interface it provides.