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: "David Botton" Subject: Re: Interfacing with C Date: 1999/09/22 Message-ID: <7sbgub$2b6q$1@news.gate.net>#1/1 X-Deja-AN: 528387704 References: <7rtlav$bm7$1@nnrp1.deja.com> <37e2b0e7.0@news.pacifier.com> <7s9nke$m2o@dfw-ixnews15.ix.netcom.com> <7sb3e7$is2$1@nnrp1.deja.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 938034955 77018 199.227.189.56 (22 Sep 1999 21:15:55 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 22 Sep 1999 21:15:55 GMT Newsgroups: comp.lang.ada Date: 1999-09-22T21:15:55+00:00 List-Id: You can also export C++ objects that way using techniques similar to COM, see my COM paper at http://www.adapower.com/com/adacom.pdf David Botton Ted Dennison wrote in message <7sb3e7$is2$1@nnrp1.deja.com>... >I believe the usual technique is to use the C++ C interface features in >the C++ code (eg: extern "C"), and Ada's C interface features in the Ada >code.