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.7 required=5.0 tests=BAYES_00,MSGID_RANDY,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d0fcd3db00d6036,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-27 13:11:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!snoopy.risq.qc.ca!wesley.videotron.net!news.cae.ca!not-for-mail From: "Bernard Azria" Newsgroups: comp.lang.ada Subject: "extern" procedure in ada Date: Fri, 27 Sep 2002 15:40:22 -0400 Organization: CAE Message-ID: NNTP-Posting-Host: p3320.cae.ca X-Trace: dns3.cae.ca 1033155534 5205 142.39.94.189 (27 Sep 2002 19:38:54 GMT) X-Complaints-To: usenet@news.cae.ca NNTP-Posting-Date: 27 Sep 2002 19:38:54 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:29390 Date: 2002-09-27T19:38:54+00:00 List-Id: I am looking for the equivallent of an "extern" definition procedure in C for ADA. In other words, how could I define an external procedure to my program without "withing" the package where it is defined ( I have only the "obj' and the "ali" file of this procedure in a library) Would it be an kind of : pragma import ( ADA, procedure_name ) Thanks in advance B.A.