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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9d51ea33c07418ae,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!fr.ip.ndsoftware.net!proxad.net!usenet-fr.net!news.enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "Christopher Gosset" Newsgroups: comp.lang.ada Subject: Re : Importing and using a C++ class in Ada Date: Fri, 6 May 2005 12:44:59 +0200 Organization: Cuivre, Argent, Or Message-ID: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: melchior.cuivre.fr.eu.org 1115376294 71012 212.85.156.195 (6 May 2005 10:44:54 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Fri, 6 May 2005 10:44:54 +0000 (UTC) To: Return-Path: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal In-Reply-To: <20050506100048.5AFE14C4121@lovelace.ada-france.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:10942 Date: 2005-05-06T12:44:59+02:00 Rien wrote >>try to import a bunch of other languages from C++, and it becomes a=20 >>major reason for NOT converting to C++... I see the point! But since 95% of all stuff is in C++ then there wouldn't be a need for it either! >>are you searching the right reference manual ? those pragmas seems GNAT=20 >>specific, and are described in the GNAT RM (for 3.15p, in 10.2:=20 >>Interfacing to C++, and 1: Implementation defined pragmas). They are all Gnat specific. And I found them in the GNAT RM but there was no examples of their use.=20 Rob W. Wrote : >> There's an example off the pragmas working in The Big Online Book of Linux Ada. Thanks! This was exactly what I was looking for!!=20 /CG