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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e8856531bb6faeb5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.88.200 with SMTP id bi8mr1770128pab.27.1350139057831; Sat, 13 Oct 2012 07:37:37 -0700 (PDT) Received: by 10.68.253.129 with SMTP id aa1mr1836420pbd.17.1350139057773; Sat, 13 Oct 2012 07:37:37 -0700 (PDT) Path: s9ni3442pbb.0!nntp.google.com!kt20no31175430pbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 13 Oct 2012 07:37:37 -0700 (PDT) In-Reply-To: <1iy9nc2svkm9h$.o0gh1p2td36m.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 References: <29f361fe-613a-426f-a03f-9dcfb02d696a@googlegroups.com> <1iy9nc2svkm9h$.o0gh1p2td36m.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <71b7815a-a3c7-4ac6-9e2c-b05320949057@googlegroups.com> Subject: Re: Linking/aspect error. [OpenGL] From: Shark8 Cc: mailbox@dmitry-kazakov.de Injection-Date: Sat, 13 Oct 2012 14:37:37 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-10-13T07:37:37-07:00 List-Id: On Saturday, October 13, 2012 2:00:09 AM UTC-6, Dmitry A. Kazakov wrote: > > In pragma you specified the external name, in aspect you did the link name > (J.15.5). The link name (proper name of the entry point) has the @n suffix. > The compiler knows how to mangle the external name in order to get at the > link name. Normally you should not interfere. I see; I certainly was confusing/misremembering Link_Name and External_Name. Thank you for the clarification/explanation (and reference).