forest
1/4/2006 8:40:00 AM
FXRuby documentation says that you should use fox binding by
require 'rubygems'
require_gem 'fxruby'
but in the fxruby-1.2.6-mswin32 gem samples it's just
require_gem 'fox12'
and I get No such file to load -- fox12 (LoadError)
How then one is supposed to use these samples ?