[cffi-devel] Help with recursive struct member

Joeish W joeish80829 at yahoo.com
Fri Nov 1 07:52:15 UTC 2013



Thanks Luis I tested many different ways and your Idea worked =) I appreciate that


On Thursday, October 31, 2013 8:24 AM, Luís Oliveira <loliveira at common-lisp.net> wrote:
 
On Thu, Oct 31, 2013 at 8:40 AM, Joeish W <joeish80829 at yahoo.com> wrote:
>
>> when i wrap like this....i know lisp is known for recursion how do i bypass
>> this
>> (defcstruct cv-mem-storage
>>     (signature :int)
>>     (bottom (:pointer (:struct cv-mem-block)))
>
>One work-around is to use a plain :POINTER.
>
>HTH,
>
>-- 
>Luís Oliveira
>http://kerno.org/~luis/
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cffi-devel/attachments/20131101/88e79cbc/attachment.html>


More information about the cffi-devel mailing list