From: Su Zhang Date: 2010-12-03T08:40:39+09:00 Subject: Re: Compiling DLLs - but still use Ruby? You can embed a Ruby interpreter or simply Ruby code in your C++ code. You can find tons of references online about how embedding Ruby works. A brief example is shown in the "Extending Ruby" section of this book by Dave Thomas: http://ruby-doc.org/docs/ProgrammingRuby/ -- Posted via http://www.ruby-forum.com/.