Just upgraded to wxruby-2.0.1-x86-mingw32 (from 2.0.0), got an error
when starting my app.
“The application has failed to start because msvcrt-ruby1818.dll was
not found. Re-installing the application may fix this problem.”
I’ve found the problem.
For ruby-1.8, I’ve used the program-suffix option (./configure
–prefix=C:/opt/ruby-1.8 --program-suffix=18) in order to have
ruby-1.9 and ruby-1.8 usable at the same time respectively through
ruby and ruby18 executables.
The consequence is that the 18 suffix is also applied to the ruby-1.8
dll.
I’m rebuilding right now the wxRuby-2.0.1 gem for ruby-1.8 and I will
upload it.
Sorry for the inconvenience.
Hi! What I did, was:
gem uninstall wxruby
gem install wxruby-ruby19
Now the ruby started to use the *-ruby191.dll. I first installed the
wxruby only. As a newbie I just followed the tutorials I found. But
reading the INSTALL document from wxruby gem, pointed me to this
direction… And now at least samples will run.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.