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,58954255a8d7f77d X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: c calling ada Date: 1998/06/12 Message-ID: #1/1 X-Deja-AN: 362028554 References: <357FFBCC.167E@hrpsystems.com> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Newsgroups: comp.lang.ada Date: 1998-06-12T00:00:00+00:00 List-Id: Clark Snowdall writes: > I have a quick question. I'm trying to use a c program to call an ada > program. I have a rough idea of how to do it. But more importantly, > I'm not sure I have the right tool set to do it. I'm using ObjectAda > 7.0 for the ada side. And because of the card our target uses, the c > side is done with Microsoft C 5.0. The question I have is if there is > any way for ObjectAda to put out objects that can be linked with MS C > 5.0? Perhaps ObjectAda 7.1 might help (could upgrade) or perhaps using > a newer c compiler? If anyone has any thoughts let me know ... thanks. ObjectAda is in general compatible with Microsoft C. You should upgrade to the current version of each. Have you tried to link and gotten error messages? > > Clark Snowdall > HRP Systems