[
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: | Jacques Garrigue <garrigue@m...> |
| Subject: | Re: [Caml-list] GUI Builder for windows OS. |
From: mark samir <ai.robotic@googlemail.com> > I want to implement a GUI for my program. Provided for rapid development, I > need to a GUI builder. MLGlade and Zoggy are two popular GUI builders. Both > of them are intended for Linux OS but I develop my program in Windows OS. I > tried to compile source code of those tools but I could not do that. Because > There is need to utilities such as ./configure and autoconfig that are not > in Windows OS. > Does any friend know a GUI builder for Windows OS.? A possible option (as suggested by someone else) would be to use glade or gazpacho. But you would then need to use the lablgtk binding to libglade (the runtime part to use a GUI description). It can be compiled on windows, and it is included in the source distribution, but not in the binary distribution. You might try to compile it yourself. Jacques Garrigue