I want to try embedding Ruby into a new Borland C++ Builder application, and
while I've poked around and found bits of information here and there, I'm
having trouble coming up with a "shortest path between A and B" sort of
solution. I'd prefer to get 1.8 embedded, but 1.6 is fine. If I could just
get the Ruby API compiled into a .DLL somehow, I'm sure I could get Builder
to load and use it, with some help from the ruby.h file.
What should I be doing to start off with?
Sean O'Dell