Subject:
Re: [ruby-ffi] segfault on windows MRI but not windows JRuby
From:
Jon
Date:
11/28/09 2:29 PM
To:
ruby-ffi@googlegroups.com

> > Try setting ffi_convention to :default before declaring the callback,
> > and then to :stdcall when declaring the functions exported by the
> > library.
> 
> OK.  Will also try ffi_convention :stdcall before declaring the callback *and* before declaring the exported library fcns.

Still digging, none of these work...