Re: [jruby-dev] Using jruby-ffi

2008-08-02 Thread Praki
Thanks Wayne. The article you point to is very helpful. Praki Wayne Meissner wrote: > > You can also look at http://pluskid.lifegoo.com/?p=370 > > Everything there _should_ work, except for the vararg functions (not > implemented yet). > > If you find something that doesn't work, please put i

Re: [jruby-dev] Using jruby-ffi

2008-08-02 Thread Wayne Meissner
You can also look at http://pluskid.lifegoo.com/?p=370 Everything there _should_ work, except for the vararg functions (not implemented yet). If you find something that doesn't work, please put in a JIRA issue for it. If you get stumped on something, feel free to ask here. And be prepared for A

Re: [jruby-dev] Using jruby-ffi

2008-08-02 Thread Praki
Hi Vladimir, Thanks for your reply. I will take a look at zlib and syslog and see if I can make some progress. Thanks Vladimir Sizikov-2 wrote: > > Hi Praki, > > The JRuby-FFI thing is brand new and there is not much documentation > about it exists yet (there are some samples in JRuby trunk,

Re: [jruby-dev] Using jruby-ffi

2008-08-01 Thread Vladimir Sizikov
Hi Praki, The JRuby-FFI thing is brand new and there is not much documentation about it exists yet (there are some samples in JRuby trunk, some benchmarks, and a couple of libraries using FFI already, like zlib and syslog, so you could look at them for the reference). Please also note that the API