Re: Using a cl_object in Lisp
30 Jul
2018
30 Jul
'18
10:41 p.m.
Hello Marius, This was very helpful, thank you!
Hi Stewart,
cl_object's are declared as :object type in ECL's ffi, so
(ffi:def-function "getObject" ((lo :pointer-void)) :returning :object) (ffi:def-function "setObject" ((lo :pointer-void) (clo :object)))
should work. CFFI does not support this as far as i know.
Hope that helps, Marius Gerbershagen
-- Stewart Milberger Kavalogic, Inc.
2382
Age (days ago)
2382
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stewart M.