user187418
user187418

Reputation:

How do I use Ruby 1.9 with Managed C++?

I'm trying to create a dot net library to use ruby, for the sake of this, I'm linking ruby's static library but I'm getting some LNK error.

I'm using Visual Studio 2008, thanks in advance.

Upvotes: 0

Views: 115

Answers (1)

Adam Sheehan
Adam Sheehan

Reputation: 2162

I'm not sure if this is what you're asking for, but have you checked out IronRuby? It allows you to call .NET libraries from a Ruby script.

Upvotes: 1

Related Questions