On 17/set/2005, at 01:44, Kenny Tilton wrote:
I am using the cffi-uffi-compat package to see if I can quickly port my opengl framework to CFFI. A simple deref-array on type :float died on no element-type method for a built-in type. I added:
(defmethod element-type ((other cffi::foreign-type)) (cffi::name other))
What do you mean deref-array on type :float? I thought you could only do deref-array on a type (:array <something>)?