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.*and* before declaring the exported library fcns.OK. Will also try ffi_convention :stdcall before declaring the callback
Still digging, none of these work...