<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: window based programing in HPUX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/window-based-programing-in-hpux/m-p/2507256#M728526</link>
    <description>I would recommend Perl/Tk.  Check the following link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.perl.com/pub/2001/03/gui.html" target="_blank"&gt;http://www.perl.com/pub/2001/03/gui.html&lt;/A&gt;</description>
    <pubDate>Tue, 20 Mar 2001 16:32:21 GMT</pubDate>
    <dc:creator>John Bolene</dc:creator>
    <dc:date>2001-03-20T16:32:21Z</dc:date>
    <item>
      <title>window based programing in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/window-based-programing-in-hpux/m-p/2507255#M728525</link>
      <description>Hi Forumist, just wonder how window/GUI based program was written in HPUX/UNIX.  I heard about tcl/tk but would like to know some other ways.  Is there any visual C++/BASIC available for HPUX ?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Mar 2001 16:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/window-based-programing-in-hpux/m-p/2507255#M728525</guid>
      <dc:creator>mooi-kuan</dc:creator>
      <dc:date>2001-03-20T16:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: window based programing in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/window-based-programing-in-hpux/m-p/2507256#M728526</link>
      <description>I would recommend Perl/Tk.  Check the following link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.perl.com/pub/2001/03/gui.html" target="_blank"&gt;http://www.perl.com/pub/2001/03/gui.html&lt;/A&gt;</description>
      <pubDate>Tue, 20 Mar 2001 16:32:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/window-based-programing-in-hpux/m-p/2507256#M728526</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-03-20T16:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: window based programing in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/window-based-programing-in-hpux/m-p/2507257#M728527</link>
      <description>Hi mooi,&lt;BR /&gt;&lt;BR /&gt;Here are some more:&lt;BR /&gt;&lt;BR /&gt;Free:&lt;BR /&gt;The X API (&lt;A href="http://www.x.org)" target="_blank"&gt;http://www.x.org)&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.gtk.org" target="_blank"&gt;http://www.gtk.org&lt;/A&gt; (GIMP toolkit)&lt;BR /&gt;&lt;A href="http://www.perltk.org" target="_blank"&gt;http://www.perltk.org&lt;/A&gt; (Perl/Tk)&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Not free:&lt;BR /&gt;&lt;A href="http://www.ilog.com" target="_blank"&gt;http://www.ilog.com&lt;/A&gt; (Ilog Views, JViews)&lt;BR /&gt;&lt;A href="http://www.klgroup.org" target="_blank"&gt;http://www.klgroup.org&lt;/A&gt; (XRT, JClass, ...)&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Most of commercial GUI builders are sold with an integrated development environment.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Fred.</description>
      <pubDate>Tue, 20 Mar 2001 19:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/window-based-programing-in-hpux/m-p/2507257#M728527</guid>
      <dc:creator>Frederic Soriano</dc:creator>
      <dc:date>2001-03-20T19:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: window based programing in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/window-based-programing-in-hpux/m-p/2507258#M728528</link>
      <description>I recommend tcl/tk. Its free, its easy to learn and very powerful. I started using it about 4 years ago, and have created all kinds of apps, some that interface to C programs, on multiple platforms like Mac, WinXX, Solaris and HPUX. It can be easily moved to different platforms and can even be embedded into an html page (using plugin). Ok - I just think it's way cool...</description>
      <pubDate>Wed, 21 Mar 2001 18:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/window-based-programing-in-hpux/m-p/2507258#M728528</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2001-03-21T18:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: window based programing in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/window-based-programing-in-hpux/m-p/2507259#M728529</link>
      <description>You may also want to look into the Qt API (&lt;A href="http://www.troll.no/)" target="_blank"&gt;http://www.troll.no/)&lt;/A&gt; -- there is both a free and a commercial version available (However, the free version does have some licensing restrictions on what types of software you can and cannot develop with it).</description>
      <pubDate>Mon, 26 Mar 2001 13:27:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/window-based-programing-in-hpux/m-p/2507259#M728529</guid>
      <dc:creator>Kenneth Platz</dc:creator>
      <dc:date>2001-03-26T13:27:30Z</dc:date>
    </item>
  </channel>
</rss>

