[racket] ffi/unsafe and free
On 27 January 2012 01:52, Eli Barzilay <eli at barzilay.org> wrote:
> Yesterday, Neil Caldwell wrote:
>> I've just started playing with racket, and decided to start with a
>> small (that's what I'm telling myself, anyway) project in the form
>> of an xmms2 client. To do this, I'm having to interface with
>> libxmmsclient.
>
> Did you look in `ffi/examples/xmmsctrl'? That interface still works
> fine (which is surprising actually, given that it's probably almost 10
> years old).
>
I did. I actually used it's defining macro as the base for mine. I think
that xmms has only seen one update (with a small changeset) in the
last ten years... I'm not sure if its forks would have changed the library
name or not, though.
Neil C