Re: LispWorks problem

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Wed, 26 Jun 2002 21:44:31 -0600
Newsgroups gmane.lisp.uffi.devel
Message-ID <[email protected]>
Right you are! Thanks for the bug report. It is now
fixed in the CVS tree.

--
Kevin Rosenberg
kevin-HJRc7zDS/[email protected]

On Tue, Jun 25, 2002 at 11:59:20AM -0400, John DeSoi wrote:
> 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.
> _______________________________________________
> UFFI-Devel mailing list
> [email protected]
> http://www.b9.com/mailman/listinfo/uffi-devel