[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How to access a dll file ?

Ratnavel P S

4/4/2008 11:56:00 AM

Hi,

How to accessing a .dll file from rails application.

Thanks,
Ratnavel
--
Posted via http://www.ruby-....

2 Answers

Jano Svitok

4/4/2008 1:20:00 PM

0

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

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.

Robert Klemme

4/4/2008 1:20:00 PM

0

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

> How to accessing a .dll file from rails application.

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

Cheers

robert

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