alikh31 / Ruby-FFI-C

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

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


Languages

Language:C 41.4%Language:Makefile 35.0%Language:Ruby 23.6%