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=0.2 required=5.0 tests=BAYES_00,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,39a8b74d496a2bbc X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Can ADA95 inherit from C++ classes Date: 1997/09/16 Message-ID: <341EC7DE.1990@gsfc.nasa.gov>#1/1 X-Deja-AN: 273018745 References: <5vltvf$q1m$1@news.cc.ucf.edu> Reply-To: Stephen.Leake@gsfc.nasa.gov Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Newsgroups: comp.lang.ada Date: 1997-09-16T00:00:00+00:00 List-Id: Daniel E Griffin wrote: > > I have heard that on the project I'm on they are planning on inheriting > from C++ classes in their Ada 95 code. Is this possible and if so how? > > Thanks in advance, > Dan. This is compiler dependent; GNAT and ObjectAda support it. You'll have to consult the documentation for details; look for pragma Import. ObjectAda for Windows NT/95 (at one of their price points) comes with a binding to Microsoft's Foundation Classes. -- - Stephe