Luis Oliveira wrote:
Done. I think the only missing UFFI operator now is foreign-string-length which doesn't seem to be used anywhere though.
Fri Nov 4 10:13:58 WET 2005 Luis Oliveira loliveira@common-lisp.net
- uffi-compat fixes
- Implement uffi:make-pointer and export uffi:pointer-address.
Thanks for testing uffi-compat, it hasn't had much real-world testing. I only tested it with CL-GD and uffi-tests (though James had tried clsql IIRC). Do let us know about your successes with it (or failures). :-)
Thanks.
But...
*** - FUNCALL: CFFI-UFFI-COMPAT:MAKE-POINTER is a macro, not a function The following restarts are available: ...
May be use define-compiler-macro instead of defmacro?