[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Tutorial on writing extensions for C++

Ritesh Tijoriwala

8/9/2006 7:08:00 PM

I am trying to find a tutorial for writing extensions for C++ libraries.
I have my existing libraries which are C++ and want to use them in Ruby.
I know SWIG generates an wrapper but am looking for other options.

Any help ???

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

1 Answer

Francis Cianfrocca

8/9/2006 9:14:00 PM

0

On 8/9/06, Ritesh Tijoriwala <riteshtijoriwala@yahoo.com> wrote:
> I am trying to find a tutorial for writing extensions for C++ libraries.
> I have my existing libraries which are C++ and want to use them in Ruby.
> I know SWIG generates an wrapper but am looking for other options.
>
> Any help ???
>
> --
> Posted via http://www.ruby-....
>
>

README.EXT in the Ruby source.