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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3b1dc900b290de94 X-Google-Attributes: gid103376,public From: Richard D Riehle Subject: Re: Interfacing with C Date: 1999/09/22 Message-ID: <7s9nke$m2o@dfw-ixnews15.ix.netcom.com>#1/1 X-Deja-AN: 528106600 References: <7rtlav$bm7$1@nnrp1.deja.com> <37e2b0e7.0@news.pacifier.com> Organization: Netcom X-NETCOM-Date: Tue Sep 21 11:57:50 PM CDT 1999 Newsgroups: comp.lang.ada Date: 1999-09-21T23:57:50-05:00 List-Id: My inquiry is a little different. We have a client who needs to interface to C++. Has anyone completed a reliable package that corresponds to the Interfaces.C for C++? At present, they are using pragma Import to C++ but that creates all kinds of entertaining problems with name mangling, etc. Richard Riehle