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,ed926d4d933b76e3,start X-Google-Attributes: gid103376,public From: pvanbell@mhv.net (Paul Van Bellinghen) Subject: C interface - Apex/Verdix Date: 1997/05/29 Message-ID: <338ce5d2.87925678@news.mhv.net>#1/1 X-Deja-AN: 244621777 Organization: MHVNet X-Server-Date: 29 May 1997 02:19:24 GMT Newsgroups: comp.lang.ada Date: 1997-05-29T02:19:24+00:00 List-Id: Has anyone ever intefaced a C object module with an (Ada83) Ada program in the Rational Apex or Verdix VadsCross environment? I am planning to just include the object module in the compilation view and use the Pragma Interface (C, c-function-name). Will this work?