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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,faa99703f0fc19f0 X-Google-Attributes: gid103376,public From: warwicks@telusplanet.net (Chris Warwick) Subject: Re: Combining Ada 83 & Ada 95 under NT Date: 1998/09/11 Message-ID: <6tcnru$5ce@priv-sys04-le0.telusplanet.net>#1/1 X-Deja-AN: 390319339 References: <35F927A8.6FA1@mitre.org> Organization: gerf inc. Newsgroups: comp.lang.ada Date: 1998-09-11T00:00:00+00:00 List-Id: In article <35F927A8.6FA1@mitre.org>, tdevine@mitre.org wrote: >Does anyone have any experience (preferably favorable) combining Ada 83 >code and Ada 95 code (host and target both x86 Windows NT)? We're in >the process of integrating 2 systems and would like to be able to >integrate first, and upgrade to Ada 95 later. I did get some under Sun to sort of work. I had to make the Ada83 stuff the master, and then call some 'c' code to act as the actual interface to start and control the Ada95 stuff (95 is much better about being called by another language)... I got as far as finding that the two runtimes were having a bun fight over control of the process, and then gave up because I was looking for a quick fix...