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,de3904f911a6782c,start X-Google-Attributes: gid103376,public From: mike.gardner@ab.com (Mike Gardner) Subject: Calling GNAT-ADA functions from C... Date: 1996/08/08 Message-ID: <4ud52r$8qb@news1.cle.ab.com>#1/1 X-Deja-AN: 172944437 distribution: inet organization: Allen-Bradley Company newsgroups: comp.lang.ada Date: 1996-08-08T00:00:00+00:00 List-Id: Hello, I was wondering if it is possible to call ADA functions (GNAT version) from C or C++ on a WIN95 system. I would think it is possible using GNU compilers but is it possible for Borland C++ or MSC? Any ideas on the syntax of calling the GNAT/ADA functions? I don't know if the names get mangled. Does the use of OOP make this more difficult (i.e. derived/tagged types). Thanks in advance! Mike mike.gardner@ab.com