[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Existing Dll - using Functions from an existing dll

Tristin Davis

2/5/2008 7:39:00 PM

I'm trying to create a ruby wrapper around an existing DLL. All i have
is the header file and the .dll itself. Can someone point me where I
can find an example of how to do this.