I've seen documentation for embedding the ruby interpreter inside c++
on unix, but is there any documentation on how to embed ruby inside a
c++ program compiled for windows?
--jonas
I've seen documentation for embedding the ruby interpreter inside c++
on unix, but is there any documentation on how to embed ruby inside a
c++ program compiled for windows?
--jonas
I found this page useful:
http://www.rubygarden.org/ruby?EmbedRuby/InWindowsDll
~ Patrick
On Tuesday, February 8, 2005, at 11:10 AM, spam@mol.mn wrote:
I've seen documentation for embedding the ruby interpreter inside c++
on unix, but is there any documentation on how to embed ruby inside a
c++ program compiled for windows?