From: Nobuyoshi Nakada Date: 2012-01-10T12:10:06+09:00 Subject: [ruby-core:42019] [ruby-trunk - Feature #5873][Feedback] Adopt FFI over DL Issue #5873 has been updated by Nobuyoshi Nakada. Status changed from Open to Feedback I don't get what you mean by "adopt internally". I think DL also isn't used internally, and fiddle is used over DL. Could you elaborate? ---------------------------------------- Feature #5873: Adopt FFI over DL https://bugs.ruby-lang.org/issues/5873 Author: Heesob Park Status: Feedback Priority: Normal Assignee: Category: Target version: Please adopt ffi internally in the place of dl. I know there were many discussions about FFI and DL. And the main problem is the libffi building issue on mswin32 and mswin64 compilers. Now things have changed. I forked Ruby FFI and made a modified for mswin32/64 compilers(https://github.com/phasis68/ffi) I verified it works on Ruby 1.8.7,1.9.3 with mswin32/VC9,mswin32/VC10 and mswin64/VC10. Regards, Park Heesob -- http://bugs.ruby-lang.org/