Subject: [ruby-ffi] :double pointer |
From: v01d |
Date: 12/7/09 6:58 PM |
To: ruby-ffi |
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? Matt