LispWorks problem
John DeSoi <[email protected]> Tue, 25 Jun 2002 11:59:20 -0400
| Newsgroups | gmane.lisp.uffi.devel |
|---|---|
| Message-ID | <a05100300b93e4156e4cb@[192.168.1.6]> |
Hi, I'm trying to allocate an array of unsigned bytes. I have: (uffi:allocate-foreign-object :unsigned-char buffer-len) In LispWorks this expands to: (fli:allocate-foreign-object :type (:unsigned :char) :nelems buffer-len) Which gives an error that the function :unsigned is not defined. It needs to expand to '(:unsigned :char). Best, John DeSoi, Ph.D.