Ruby, gtk and windows

Lähettäjä: Tom Rathbone <tom.rathbone@gmail.com>
Aihe: ruby, gtk and windows..

Hi,

Just wondering if anyone had managed to get Gtk to work with ruby
under win32. Any pointers? At present I intend to develop under
Linux but its always nice to know you can port your application.

There are other toolkits that you may want to take a look at, too.
Ruby/Tk is the default one, of course, but there's also FXRuby, Qt
and wxRuby. All should be cross-platform (except maybe Mac?). Nothing
against Gtk, of course :slight_smile:

Thanks,

Tom.

E

there is currently no windows build of qtruby.
basically because of lack of interest. it works
just fine on osx though :slight_smile:

gtk is supposedly not exactly the most stable of
all things when running on win32. not sure if this
situation has changed in the last few months. when
testing it i had no real stability problems on the
windows platform.

Alex

···

On Jan 30, 2005, at 8:15 PM, E S wrote:

There are other toolkits that you may want to take a look at, too.
Ruby/Tk is the default one, of course, but there's also FXRuby, Qt
and wxRuby. All should be cross-platform (except maybe Mac?). Nothing
against Gtk, of course :slight_smile: