On Wed, Sep 7, 2011 at 8:09 PM, Frank Goenninger <f...@me.com> wrote:
> He is. ;-) But: I need both, CFFI and FSBV. So, how to do that ?

Load FSBV and use it for the definitions where you need to pass
structures by value. I.e., use FSBV:DEFCSTRUCT and FSBV:DEFCFUN where
necessary. (You probably don't wan't to use it for all of your
definitions since it changes the default semantics of structure types
from pass-by-reference to pass-by-value.)

-- 
Luís Oliveira
http://r42.eu/~luis/

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to