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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d7a4bf5a82094fb,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-10 10:33:17 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.visi.com!hermes.visi.com!uunet!ash.uu.net!xyzzy!nntp From: "John Smith" Subject: Rational Apex Ada - Pragma interface with C++ X-Nntp-Posting-Host: pcb806143.slb.cal.boeing.com Message-ID: X-Mimeole: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Priority: 3 X-Msmail-Priority: Normal Sender: nntp@news.boeing.com (Boeing NNTP News Access) Organization: The Boeing Company X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 Date: Thu, 10 Oct 2002 17:20:06 GMT Xref: archiver1.google.com comp.lang.ada:29680 Date: 2002-10-10T17:20:06+00:00 List-Id: Does anyone know how to use pragma interface for interfacing C++ functions to an Ada program. I know how to do it with C, but can't seem to get it to work with C++. Thanks..