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.
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.
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.