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.43.98.135 with SMTP id co7mr1511581icc.5.1381959070196; Wed, 16 Oct 2013 14:31:10 -0700 (PDT) X-Received: by 10.49.40.168 with SMTP id y8mr268qek.42.1381959070098; Wed, 16 Oct 2013 14:31:10 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!o2no8770161qas.0!news-out.google.com!9ni45434qaf.0!nntp.google.com!i2no16322819qav.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 16 Oct 2013 14:31:09 -0700 (PDT) In-Reply-To: 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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Passing a String to a C/C++ Subprogram (Special Case) From: Martin Injection-Date: Wed, 16 Oct 2013 21:31:10 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:17447 Date: 2013-10-16T14:31:09-07:00 List-Id: 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