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=-0.9 required=5.0 tests=BAYES_00,HK_RANDOM_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7df2baf73b28aa5d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-05 10:54:09 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: eieio@coastalnet.com (ghostie) Newsgroups: comp.lang.ada Subject: Re: socket, pipe Date: 5 Nov 2003 10:54:08 -0800 Organization: http://groups.google.com Message-ID: <56a4b188.0311051054.427f4788@posting.google.com> References: <56a4b188.0311040645.64f825f7@posting.google.com> <56a4b188.0311050545.77dc9cdf@posting.google.com> NNTP-Posting-Host: 155.104.239.16 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1068058448 3316 127.0.0.1 (5 Nov 2003 18:54:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 5 Nov 2003 18:54:08 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:2098 Date: 2003-11-05T10:54:08-08:00 List-Id: Could it be that these solutions require Ada 95, and I only have Ada 83? For instance, I don't seem to have a "pragma import" that I can use for a C call. It's not in documentation and I get these errors when I try to use it: *** 50W-8: Pragma IMPORT is unknown to the current implementation *** 34W-8: Pragma IMPORT ignored I've also found some sample files that I can't even come close to getting to compile, I wonder if it's the same problem (old version)? For instance, my compiler won't even accept this: with Ada.Text_IO;