Embed ruby in windows c++

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?