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,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:1a45:: with SMTP id q5mr119920qtk.345.1568332850393; Thu, 12 Sep 2019 17:00:50 -0700 (PDT) X-Received: by 2002:aca:2217:: with SMTP id b23mr1066107oic.119.1568332850046; Thu, 12 Sep 2019 17:00:50 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.dns-netz.com!news.freedyn.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!o24no1191381qtl.0!news-out.google.com!q23ni49qtl.1!nntp.google.com!o24no1191374qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 12 Sep 2019 17:00:49 -0700 (PDT) In-Reply-To: <8685ca60-7873-44d9-b088-deada2aa074e@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=220.235.51.39; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 220.235.51.39 References: <8685ca60-7873-44d9-b088-deada2aa074e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5c25ae76-418a-4eb2-8757-4a82ff558040@googlegroups.com> Subject: Re: Complete Simple Examples of "Pragma Import (CPP,...) With Qualifiers? From: Roger Injection-Date: Fri, 13 Sep 2019 00:00:50 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1952 X-Received-Body-CRC: 3364661961 Xref: reader01.eternal-september.org comp.lang.ada:57138 Date: 2019-09-12T17:00:49-07:00 List-Id: On Thursday, September 12, 2019 at 4:16:04 AM UTC+10, Ruby_T...@gmail.com wrote: > The only thing I am seeing in some code are statements such as the one below without any qualifiers: > > PRAGMA IMPORT (Convention=> CPP, Entity => "My_Test" ,External_Name => "My_Test"); > > Are there other versions of this that I could see? What about C++ qualifiers, members in classes, and namespaces how are they referenced in the pragma? > > Thank you, > Ruby I tried doing something similar sometime ago on my Mac but eventually gave up due to continuing difficulties and finally solved my problem by writing some short wrapper programs.