you can use swing but in general Ruby and C++ aren't friends. You might want to consider bridging the two worlds differently (maybe via socket connections)
On Wed, Sep 3, 2014 at 6:35 PM, Chris McCann <[email protected]> wrote: > I'm working on a project that needs to interface a Rails app with some > native C++ code. I had hoped to use FFI, but it only supports C. > > My research shows there are other ways to do it but I'm curious if anyone > in the group has experience interfacing Ruby code with native code in C++. > > If I can get this working I'll happily give a talk at SD Ruby on it! > > Cheers, > > Chris > > -- > -- > SD Ruby mailing list > [email protected] > http://groups.google.com/group/sdruby > --- > You received this message because you are subscribed to the Google Groups > "SD Ruby" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby --- You received this message because you are subscribed to the Google Groups "SD Ruby" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
