From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a79652a22930869 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-16 14:54:46 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newspeer.radix.net!uunet!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: Ada program needs to ping another machine. X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3C4601FF.BDC53E3A@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: Mime-Version: 1.0 Date: Wed, 16 Jan 2002 22:43:11 GMT X-Mailer: Mozilla 4.73 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.google.com comp.lang.ada:18987 Date: 2002-01-16T22:43:11+00:00 List-Id: Preben Randhol wrote: > > Yes I can do that, though I would perfer not to have anything in C (I > don't have a C compiler for windows among other things). But if it is > difficult then i could also just have a deamon running and try to > connect to the deamon on the other machine. Would need to do that > anyway. If you have GNAT for Windows then you have a C compiler for Windows. Since you're talking about a portable program with a GUI, I'd guess you're using GtkAda, which relies on the GNAT compiler, so you have or intend to get GNAT for Windows (I guess). -- Jeffrey Carter