On Thu, Jun 21, 2001 at 10:07:00AM +0100, ruby-talk / ruby-lang.org wrote: > Hi! > > One Question: Does anybody here have experience embedding > existing C++ classes into Ruby? Building a Ruby wrapper around > them and compiling everything with g++ does not do the trick, > does it? > Actually, it does. And it is *really* simple once you get the hang of it! Just take a look at ruby-talk:03559 for a start. But don't forget to actually link with g++ also, instead of gcc (as in the thread is displayed), or you'll get into trouble. Hope that helps, Renald