Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 250 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 250 Bytes

#Ruby-FFI-C

This is a demonstration of connecting C compiled dlls with ruby using ruby-ffi

build

  • build test dll : $ make

  • install ffi $ gem install ffi

  • redirect into ruby directory $ cd .\ruby

  • run ruby test $ .\test.rb