caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* GUI Builder for windows OS.
@ 2005-10-19  8:16 mark samir
  2005-10-19 10:27 ` [Caml-list] " Goulagman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mark samir @ 2005-10-19  8:16 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

Dear Freinds,
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.?
Thanks,
Mark.

[-- Attachment #2: Type: text/html, Size: 600 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] GUI Builder for windows OS.
  2005-10-19  8:16 GUI Builder for windows OS mark samir
@ 2005-10-19 10:27 ` Goulagman
  2005-10-19 13:50 ` Matthew Hannigan
  2005-10-19 23:45 ` Jacques Garrigue
  2 siblings, 0 replies; 4+ messages in thread
From: Goulagman @ 2005-10-19 10:27 UTC (permalink / raw)
  To: caml-list

Hello,

A way to compile source code under windows is to install Cygwin... But
even with cygwin I did'n manage to compile libraries under windows (if
anyone has som clues... I think it is related to some file headers)
Anyway, you can build your GTK interface without a GUI builder, it is
very very easy.

Alexandre

On 10/19/05, mark samir <ai.robotic@googlemail.com> wrote:
> Dear Freinds,
>  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.?
>  Thanks,
>  Mark.
>
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list:
> http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] GUI Builder for windows OS.
  2005-10-19  8:16 GUI Builder for windows OS mark samir
  2005-10-19 10:27 ` [Caml-list] " Goulagman
@ 2005-10-19 13:50 ` Matthew Hannigan
  2005-10-19 23:45 ` Jacques Garrigue
  2 siblings, 0 replies; 4+ messages in thread
From: Matthew Hannigan @ 2005-10-19 13:50 UTC (permalink / raw)
  To: mark samir; +Cc: caml-list

On Wed, Oct 19, 2005 at 10:16:56AM +0200, mark samir wrote:
> 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
> [ .. ]

You might try gazpacho; it's like glade but better.

	http://gazpacho.sicem.biz/

There is a windows installer for it.

--
Matt


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] GUI Builder for windows OS.
  2005-10-19  8:16 GUI Builder for windows OS mark samir
  2005-10-19 10:27 ` [Caml-list] " Goulagman
  2005-10-19 13:50 ` Matthew Hannigan
@ 2005-10-19 23:45 ` Jacques Garrigue
  2 siblings, 0 replies; 4+ messages in thread
From: Jacques Garrigue @ 2005-10-19 23:45 UTC (permalink / raw)
  To: ai.robotic; +Cc: caml-list

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-10-19 23:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-19  8:16 GUI Builder for windows OS mark samir
2005-10-19 10:27 ` [Caml-list] " Goulagman
2005-10-19 13:50 ` Matthew Hannigan
2005-10-19 23:45 ` Jacques Garrigue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).