From: Curt Hibbs Date: 2005-01-06T05:09:23+09:00 Subject: Re: [ANN] foxGUIb - Interactive Fox GUI Builder and Code Generator Michael Neumann wrote: > > Curt Hibbs wrote: > > If you have FXRuby 1.0.29 or earlier, you do a require "fox". > If you have > > FXRuby 1.2.2, you must do a require "fox12". Perhaps this is > the problem. > > That doesn't work with RubyGems! I've installed fxruby (1.2.2). Does > anyone have the same problem? If your using the RubyGems version of FXRuby, then you also need to require "rubygems" first (or start ruby with the "-rubygems" option). The FXRuby lib is named "fox.so" in FxRuby 1.0.29, but in 1.2.2 it has been named "fox12.so". Curt