Ruby/DL is a Ruby module that enables one to load a .DLL/.so and start using exported functions available in the DLL. It's a nice alternative of using an external library without messing with XS or writing real C files. Ruby/DL has been included in the standard Ruby distribution since 1.8.
http://ttsky.net/ruby/ruby-dl.html
I wonder if CPAN has something similar to this.
Hi Dave.
You could take a look at Win32::API.
I've found the module, it's called C::DynaLink by John Tobey. Nifty! I'm gonna give it a try.
Thanks, -- dave
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>