From: Joseph McDonald Date: 2001-08-25T05:33:10+09:00 Subject: [ruby-talk:20309] Re: New Windows InstallShield version of Ruby AH> I've put up a new version of the Windows InstallShield version AH> of Ruby, which now includes FXRuby. A detailed announcement AH> is at http://www.rubygarden.com/index.php Thanks Andy! This is the first time I've been able to see Fox apps run on a windows-XP box. However there is something a bit strange going on. If I bring up RubyWin and then bring up a Fox app in a buffer and hit ctrl-E to "eval" the buffer, it runs great. However if I try to run it from the command line in a DOS box, I get: C:\RUBY\SAMPLES\FXRUBY\TEXTEDIT>\ruby\bin\ruby joeedit.rbw joeedit.rbw:8:in `require': dlopen: Win32 error 1114 - /cygdrive/c/ruby/lib/ruby /site_ruby/1.6/i386-cygwin/fox.so (LoadError) from joeedit.rbw:8 This is the same problem I got before I installed your package. I'd like to find out why it works from rubywin, but not from the DOS box. The main reason is that when I run into a bug, the whole rubywin environment disappears and I can't find out where that bug lives. thanks, -joe