Posted By: Lyle Johnson
Date: 2009-01-02 18:19
Summary: FXRuby 1.6.18
Project: FXRuby

All,

Hot on the heels of the previous release, FXRuby version 1.6.18 is now available for download from this page:

http://rubyforge.org/frs/?group_id=300&release_id=29923

This is a really minor release that just fixes a few build issues on 64-bit systems; no other bug fixes or changes. For a summary of the changes in this release of FXRuby, please see this page:

http://www.fxruby.org/doc/changes.html

The code is provided in source form, along with binaries for Win32 and OS X. For instructions on compiling FXRuby from source, please see:

http://www.fxruby.org/doc/build.html

And as always, the FXRuby home page is here:

http://www.fxruby.org

Enjoy,

Lyle

Latest News
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58
mime-types 1.23 Released
    Austin Ziegler - 2013-04-21 01:41

 

Forums | Admin

Discussion Forums: fxruby-1.6.18

Start New Thread Start New Thread

 

By: David Gregory
RE: Problem with FXRUBY 1.6.19 [ reply ]  
2009-06-10 14:17
I don't think there's a one-click installer for Ruby 1.9 on Windows yet; the latest is still 1.86. The main Ruby website does have compiled .exes for 1.9.1 on Windows, you just have to unzip them, set up a path, and copy a few miscellaneous .DLLs by hand to get everything working. The three .DLLs I copied into ruby\bin were zlib.dll, readline.dll, and iconv.dll.

By: Lyle Johnson
RE: Problem with FXRUBY 1.6.19 [ reply ]  
2009-06-07 20:24
David,

You are correct that the FXRuby built for Ruby 1.8 doesn't work with Ruby 1.9 and needs to be recompiled. I did not realize there was a one-click installer for Ruby 1.9 on Windows. Where did you find this?

By: David Gregory
Problem with FXRUBY 1.6.19 [ reply ]  
2009-06-06 12:24
Several folks, myself included, are unable to run FXRUBY 1.6.19 under Ruby 1.9.1. Installation of the gem seems to go fine; but then, in IRB, typing "require 'fox16'" gives the following error--

This application has failed to start because
msvcrt-ruby18.dll was not found.
Re-installing the application may fix this
problem.

Ruby 1.9.1 now puts "msvcrt-ruby191.dll" into the ruby BIN directory. Looks like FXRUBY needs to be recompiled to reference it instead of the old DLL.

Here's a thread on another site where a user is asking for help with this problem:

http://www.phwinfo.com/forum/comp-lang-ruby/364718-fxruby-ruby-1-9-1-install-issue.html