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.1 required=5.0 tests=BAYES_40,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3db3a64384280d0f X-Google-Attributes: gid103376,public From: vonhend@ibm.net Subject: Re: Ada to C++ communication under NT4.0 Date: 1998/08/05 Message-ID: <35c8ecf5.0@news1.ibm.net>#1/1 X-Deja-AN: 378340791 References: <01bdc0c8$e8a76a80$0f010180@nc84c> X-Notice: should be reported to postmaster@ibm.net X-Complaints-To: postmaster@ibm.net X-Trace: 5 Aug 1998 23:38:29 GMT, 166.72.214.171 Organization: IBM.NET Reply-To: vonhend@ibm.net Newsgroups: comp.lang.ada Date: 1998-08-05T00:00:00+00:00 List-Id: In <01bdc0c8$e8a76a80$0f010180@nc84c>, "Mark" writes: >Does anyone know how to interface (in both directions) an Ada executable >with a C++ executable running on the same processor. > >Any replies via newsgroup please. > >Mark Wilson Use the same techniques you would use to interface any two executables: shared memory, mailboxes, sockets, whatever. There is nothing magic about an Ada executable. Mark Von Hendy Lockheed Martin Technical Ops