[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Re: ruby, gtk and windows..

e

1/30/2005 7:16:00 PM

> 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 :)

> Thanks,
>
> Tom.

E



1 Answer

Alexander Kellett

1/30/2005 7:40:00 PM

0

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 :)

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

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