How to access a dll file?

Hi,

How to accessing a .dll file from rails application.

Thanks,
Ratnavel

···

--
Posted via http://www.ruby-forum.com/.

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

Cheers

robert

···

2008/4/4, Ratnavel Sundaramurthi <ratnavelps@gmail.com>:

How to accessing a .dll file from rails application.

--
use.inject do |as, often| as.you_can - without end

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.

···

On Fri, Apr 4, 2008 at 1:55 PM, Ratnavel Sundaramurthi <ratnavelps@gmail.com> wrote:

Hi,

How to accessing a .dll file from rails application.

Thanks,
Ratnavel