I want to access functions within a DLL using Ruby. I want to use the low-level access of C while still retaining the simplicity of writing Ruby code. How do I accomplish this?
|
feedback
|
|
Have a look at Documentation is here, some examples here. To give you a taste:
| |||||
feedback
|
|
I think you can use ruby/dl http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/95a483230caf3d39 or ffi makes it easier and more cross VM friendly: | ||||
|
feedback
|