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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.129.134.129 with SMTP id w123mr9180452ywf.17.1446779241780; Thu, 05 Nov 2015 19:07:21 -0800 (PST) X-Received: by 10.182.115.138 with SMTP id jo10mr164173obb.17.1446779241693; Thu, 05 Nov 2015 19:07:21 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!m48no5555677qgd.0!news-out.google.com!z4ni225ign.0!nntp.google.com!i2no77847igv.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 5 Nov 2015 19:07:21 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.26.108.144; posting-account=gOYTTAoAAADrNEg_oe5Etelo-0qd7UeW NNTP-Posting-Host: 70.26.108.144 References: <3ca7150b-f54f-4cd1-82d9-5744cea53aad@googlegroups.com> <721955c3-12fd-4e1d-9489-210816eee152@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3a315bb7-63af-43d3-9f37-26db02fa07fa@googlegroups.com> Subject: Re: Problems Linking With a C++ Lib From: Aurele Injection-Date: Fri, 06 Nov 2015 03:07:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:28229 Date: 2015-11-05T19:07:21-08:00 List-Id: > So this is in a different file from the C++? What is the name of the file= it's in? Maybe my initial explanation was not clear. Let me try again... There is one (1) C++ file (the wrapper) from which I build a Lib (DirectInp= ut.Lib). The Lib contains external references for C++ procedure. From Ada= , I then try to "import" (and use) the said C++ Library procedures. But whe= n building the Ada executable. I get unresolved Lib procedure (Adacore GPS = cannot find my C++ procedure in the C++ Library).=20 Do you use Adacore GPS? Is there a way I can post a demo project here ? =20