How to access a dll file?

Hi,

How to accessing a .dll file from rails application.

Thanks,
Ratnavel

2008/4/4, Ratnavel S. [email protected]:

How to accessing a .dll file from rails application.

Please look for Ruby/DL. Could be exactly what you are looking for.

Cheers

robert

On Fri, Apr 4, 2008 at 1:55 PM, Ratnavel S.
[email protected] wrote:

Hi,

How to accessing a .dll file from rails application.

Thanks,
Ratnavel

Win32API, DL, or create extension/wrapper for it.
Search for ruby bindings for the dll, if it’s a general one,
you might be lucky and somebody already created the wrapper.

If it is a windows system dll, look at win32utils.