[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

FXRuby Samples

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 ?

1 Answer

forest

1/4/2006 10:12:00 AM

0

i found solution myself. I just need to run then as follows
ruby -rrubygems sample.rb