RE: [Hardhats-members] GTM XDialog interaction

2004-09-23 Thread Michael Zacharias
Kevin Nope...my project isn't as complicated as that gtm-perl one. It looks to me like the gtm-perl project is actually compiling GTM and Perl together with some glue code to come up with a gtm/perl hybrid!!! Yikes!! I am simply using the Inline.pm module to link the GTM shared library with my

Re: [Hardhats-members] GTM XDialog interaction

2004-09-23 Thread Pat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was able to pull up the page. So it should be working for everyone. ~ Pat Evans Michael Zacharias wrote: | Kevin | | Nope...my project isn't as complicated as that gtm-perl one. It looks to me | like the gtm-perl project is actually compiling GTM

RE: [Hardhats-members] GTM XDialog interaction

2004-09-22 Thread K.S. Bhaskar
You could use a TCP socket, or a UNIX named pipe to bring it in, but a file is the simplest to program and understand. -- Bhaskar On Wed, 2004-09-22 at 13:36, Kevin Toppenberg wrote: Thanks Bhaskar, In the web examples that I found, one can bring the stderr directly into the shell. I read

RE: [Hardhats-members] GTM XDialog interaction

2004-09-22 Thread Kevin Toppenberg
Simple is good. Thanks Kevin --- K.S. Bhaskar [EMAIL PROTECTED] wrote: You could use a TCP socket, or a UNIX named pipe to bring it in, but a file is the simplest to program and understand. -- Bhaskar On Wed, 2004-09-22 at 13:36, Kevin Toppenberg wrote: Thanks Bhaskar, In the

RE: [Hardhats-members] GTM XDialog interaction

2004-09-22 Thread Michael Zacharias
--- Kevin Toppenberg [EMAIL PROTECTED] wrote: Thanks Bhaskar, In the web examples that I found, one can bring the stderr directly into the shell. I read in the GT.M programming manual about this, and had figured that we would have to use a file intermediate. I'm glad to see that there