| Message: 93675 |
 |
BY: Bill T (mastercoffee) DATE: 2010-05-19 19:23 SUBJECT: msvcrt-ruby18.dll issue with win32-process Hi - I have Ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-mingw32] installed at "D:/Ruby19" and am getting an error about a missing DLL when I simply try to require the library "require 'win32/process'"
I have the following gems installed:
win32-api (1.4.6)
win32-process (0.6.2)
windows-api (0.4.0)
windows-pr (1.0.9)
I get a popup with the message: "This application has failed to start because msvcrt-ruby18.dll was not found."
Stdout shows:
The specified module could not be found. - D:/Ruby19/lib/ruby/gems/1.9.1/gems/win32-api-1.4.6-x86-mingw32/lib/win32/api.so (LoadError)
Any help would be appreciated. Thank you | |