Feb. 12, 2016
4:55 p.m.
(and you can commit it to Pharo/NB-FFI repo⦠Iâm taking a plane now and I do not have the time until thursday :( )
done Cheers, Alex On Fri, Feb 12, 2016 at 5:50 PM, Aliaksei Syrel <alex.syrel@gmail.com> wrote:
On Fri, Feb 12, 2016 at 5:45 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Float>>#pointer ^ (ByteArray new: FFIExternalType pointerSize) floatAt: 1 put: self; yourself
Yes it does the trick :) Thanks!