Tagged Questions

0
votes
2answers
458 views

Ruby can't link with MS C runtime (msvcr90.dll)

I was attempting to run the Ruby Thin demo application on Windows/XP when I got an error that Windows couldn't find "msvcr90.dll" for Ruby 1.8.7 -- I found a redistributable and put that in my path to ...