On Thu, Sep 8, 2011 at 2:07 PM, Frank Goenninger frgo@me.com wrote:
I get everything ok up until I am trying to call foreign-funcall-pointer ... - for which I have no way to create a call-by-value definition using FSBV.
Have a look at FSBV:FOREIGN-FUNCALL's definition. It shouldn't be too hard to define a similar wrapper on top of CFFI:FOREIGN-FUNCALL-POINTER.
HTH,