[cffi-devel] New features
Hello, I've pushed a bunch of changes. Now there's support for stdcall, namespaces (only CLISP and Lispworks support them though) and close-foreign-library. It includes the syntactic changes I talked about a while ago. Those of you who were interested in stdcall and namespaces please test. :-) -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
On Wed, Feb 14, 2007 at 01:26:54PM +0000, Luís Oliveira wrote:
Hello,
I've pushed a bunch of changes. Now there's support for stdcall, namespaces (only CLISP and Lispworks support them though) and close-foreign-library. It includes the syntactic changes I talked about a while ago. It's not possible to pass a string or a pathname to LOAD-FOREIGN-LIBRARY any more. could you change it back to preserve backwards compatibility ?
-- (sign :name "Stelian Ionescu" :aka "fe[nl]ix" :quote "Quidquid latine dictum sit, altum sonatur.")
On 14/02/07, Stelian Ionescu <sionescu@common-lisp.net> wrote:
It's not possible to pass a string or a pathname to LOAD-FOREIGN-LIBRARY any more. could you change it back to preserve backwards compatibility ?
Ah, that's certainly a bug. Should be fixed now. Thanks. -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
participants (2)
-
Luís Oliveira
-
Stelian Ionescu