Hi, I realized while I was fixing the HANDLE issues in the various win32 libraries that we never converted win32-mmap to use FFI. I have an FFI branch in git. I think it''s nearly done but I''m getting tripped up on how to handle the marshalling in the method_missing method. Can someone give me a bit of help there please? Thanks, Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/win32utils-devel/attachments/20130409/02385488/attachment.html>
Hi, I modified some code in method_missing method and committed to win32-mmap repository. 2013/4/10 Daniel Berger <djberg96 at gmail.com>> Hi, > > I realized while I was fixing the HANDLE issues in the various win32 > libraries that we never converted win32-mmap to use FFI. > > I have an FFI branch in git. I think it''s nearly done but I''m getting > tripped up on how to handle the marshalling in the method_missing method. > Can someone give me a bit of help there please? > > Thanks, > > Dan > >Regards, Park Heesob -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/win32utils-devel/attachments/20130410/3e5937bf/attachment-0001.html>
Excellent, thanks! On Tue, Apr 9, 2013 at 8:45 PM, Heesob Park <phasis at gmail.com> wrote:> Hi, > > I modified some code in method_missing method and committed to win32-mmap > repository. > > 2013/4/10 Daniel Berger <djberg96 at gmail.com> > >> Hi, >> >> I realized while I was fixing the HANDLE issues in the various win32 >> libraries that we never converted win32-mmap to use FFI. >> >> I have an FFI branch in git. I think it''s nearly done but I''m getting >> tripped up on how to handle the marshalling in the method_missing method. >> Can someone give me a bit of help there please? >> >> Thanks, >> >> Dan >> >> > Regards, > > Park Heesob > > > _______________________________________________ > win32utils-devel mailing list > win32utils-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/win32utils-devel >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/win32utils-devel/attachments/20130409/a28fc308/attachment.html>