Subject:
[ruby-ffi] Re: Alignment problem when passing values for struct on x86_64-linux
From:
rhp
Date:
12/2/09 12:46 PM
To:
ruby-ffi

Thanks Wayne,

I did try to use Struct, but I hadn't figured out that I needed to
use .by_value in the function 'declaration'.
It might help to put an example of using struct like this one the web-
pages.

Another question: I noticed that nice-ffi has some interesting
extensions to ffi.
Are there any plans to bring these to 'core' ffi?

Ronald