Subject:
[ruby-ffi] Re: :double pointer
From:
v01d
Date:
12/8/09 4:17 PM
To:
ruby-ffi

Ok, thanks. Don't know why I didn't see the Issues tab before, I could
swear it wasn't there yesterday =b
I'll open an issue there and provide all details.

Matt

On Dec 7, 11:52 pm, Wayne Meissner <wmeiss...@gmail.com> wrote:
> 2009/12/8 v01d <phreakuenc...@gmail.com>:
>
> > Hi,
> > I didn't find a bug tracker, so I'm telling here: it seems that
> > reading a double from a MemoryPointer.new(:double) is not possibe,
> > unless I use get_float64 (which I found after googling). It seems a
> > get_double is missing, isn't it?
>
> put_double and get_double are there as of 0.5.0 at least (I didn't
> bother checking further back).  If you're not using the latest 0.5.x
> release, you really want to upgrade.