[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Grünewald_Michaël <michaelgrunewald@y...> |
| Subject: | Re: [Caml-list] qt / windows gui |
Le 26 mars 09 à 15:21, Richard Jones a écrit : > On Wed, Mar 25, 2009 at 02:00:18PM +0000, Joel Reymont wrote: >> Are there OCaml bindings for QT? >> >> Would OCaml + QT be a good option for a Windows app? > > What's wrong with Gtk for this? It now supports native Mac widgets > via: http://live.gnome.org/GTK%2B/OSX Hi Richard, Did you have Gtk+ working natively in OSX? I tried to have it, using the Macports framework. The lablgtk2 build failed, because of X11 specific functions (there is few of them, e.g. one to get the XID of a window). Thus, lablgtk2 should be lightly modified in order to link against native GTK2 widgets on OSX/macports. (Note that I am not sure that the URL you referred to points to the sources used by macports. The above information may be useful to some, though.) -- Cheers, Michaël