To: lablgtk at math.nagoya-u.ac.jp Subject: Re: Libglade on Windows References: <20060123110422.0CF0316C03D at rekin13.go2.pl> From: Dmitry Bely Date: Mon, 23 Jan 2006 16:24:54 +0300 In-Reply-To: <20060123110422.0CF0316C03D at rekin13.go2.pl> (Sylwek B.'s message of "Mon, 23 Jan 2006 12:04:22 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sylwek B writes: > I think I've encouraged my colleagues at work to use Ocaml language > in new project. They don't know the language, but advantages of > Ocaml are big pros to use it (lot of parsing and data manipulation) > > However, it would be nice if I could show them nice graphical > interface builder (like Glade). Show them Microsoft F# :-) > It looks and runs nice on Linux, but there is no libglade support in > precompiled lablgtk library for Win32 available at main LablGtk > page. > > My question: Is using lablgtk with libglade support possible on > Windows? Yes,sure. > I mean not the Glade itself or lablgladecc2, I am interesetd only in > final compiling for Win32 arch. You should set USE_GLADE=1 GTKLIBS+=glade-2.0.lib in config.make and recomplile lablgtk from sources. Then try examples\glade. - Dmitry Bely