What is the easiest way to use a custom DLL from Ruby?
In Python, I would use ctypes as described in this. But now, how do I do this in Ruby, preferably using my own functions on third-party libraries? Is there a way for Ruby to be as simple as Python to manage a DLL?
Thanks o /
user740316
source share