Does anybody know where documentation is for using the DL library in
1.9.2? I'm trying to understand the syntax, and how it differs from the
DL library in Ruby 1.8. Could someone give me a quick example of calling
the MessageBox function?
(http://msdn.microsoft.com/en-us/library/ms645505)
The Win32Utils project is a series of libraries that provide Ruby
interfaces to various Windows systems and services. This project only
supports Windows 2000 and later.
I was looking for an example using the DL Library. I was under the
impression this library was reimplemented in version 1.9.2:
"About Ruby 1.9.2 ... •dl is reimplemented on top of libffi."