in reply to Perl & C/C++

GTK+ works with Perl. GTK+ works under Win32. But getting GTK with Perl under Win32 is a problem. Last I heard (3-6 months ago), GTK-Perl was still a no-go on Win32.

I'd look around for wxWindows, which should work with Perl under a lot more platforms than GTK+. My only gripe with this is that I really like Glade (GTK+ WYSIWYG GUI editor), and I haven't found an equivilent tool for wxWindows (I hate actually writing GUI code).

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
Re: Re: Perl & C/C++
by Anonymous Monk on Mar 29, 2003 at 03:57 UTC
    I really like Glade

    So it's true. These people do exist.

      I'm not saying Glade is the best tool for making GUIs (though I don't know of equivilent tools for GTK+). I'm saying it is a lot better than pounding your head against a hand-coded GUI.

      ----
      I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
      -- Schemer

      Note: All code is untested, unless otherwise stated