views:

61

answers:

1

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.

+1  A: 

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.

Adam Sheehan
I know IronRuby and Ruby .NET, I just want to create something different, I just want to wrap ruby for using it in .net
Tamir