[cffi-devel] patch to uffi compat?

Kenny Tilton ktilton at nyc.rr.com
Sat Sep 17 00:44:19 UTC 2005


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))

Just a guess.

-- 
Kenny

Why Lisp? http://wiki.alu.org/RtL_Highlight_Film

"I've wrestled with reality for 35 years, Doctor, and I'm happy to state I finally won out over it."
    Elwood P. Dowd, "Harvey", 1950






More information about the cffi-devel mailing list