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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.109.164 with SMTP id ht4mr1983593obb.16.1381965339739; Wed, 16 Oct 2013 16:15:39 -0700 (PDT) X-Received: by 10.49.27.168 with SMTP id u8mr725qeg.11.1381965339688; Wed, 16 Oct 2013 16:15:39 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!backlog4.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news-in-01.newsfeed.easynews.com!easynews.com!easynews!news.glorb.com!o2no8893503qas.0!news-out.google.com!9ni45434qaf.0!nntp.google.com!i2no16447029qav.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 16 Oct 2013 16:15:39 -0700 (PDT) In-Reply-To: <25557dac-0a75-42f1-84dc-58f42e5ffd6c@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.43.197.131; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G NNTP-Posting-Host: 82.43.197.131 References: <1374ac32-0fb5-4589-a9a5-7740030fd3c6@googlegroups.com> <4bb47482-ccb9-4641-a702-2b2978100ff9@googlegroups.com> <5b59543c-7c48-4427-afc6-30289f6d8895@googlegroups.com> <25557dac-0a75-42f1-84dc-58f42e5ffd6c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2557d679-43c5-42b3-a99d-b70a245e3e9a@googlegroups.com> Subject: Re: Passing a String to a C/C++ Subprogram (Special Case) From: Martin Injection-Date: Wed, 16 Oct 2013 23:15:39 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2250 X-Original-Bytes: 2330 Xref: number.nntp.dca.giganews.com comp.lang.ada:183646 Date: 2013-10-16T16:15:39-07:00 List-Id: On Wednesday, October 16, 2013 10:41:09 PM UTC+1, Adam Beneschan wrote: > On Wednesday, October 16, 2013 2:31:09 PM UTC-7, Martin wrote: > > > Absolutely, but the RM seems to cover all cases 1) it works; 2) runtime exception; or 3) compiler error. So, if you get a running, non-exception raising program, it should "work" as you'd expect, no? > > > > Martin, I can't tell what post you're responding to. > > > > -- Adam It was to your comment on the level of support required by Annex B for foreign languages. In practice, my guess is that packages Interfaces + Interfaces.C, Interfaces.C.* are as near universal as damn it. All others are 'at your own risk'. -- Martin