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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d1ff74fa83210bee X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail From: "Ludovic Brenta" Newsgroups: comp.lang.ada Subject: Re: "Invalid Prefix in selected component X" Error Date: 20 Oct 2005 09:13:49 -0700 Organization: http://groups.google.com Message-ID: <1129824829.649627.49530@o13g2000cwo.googlegroups.com> References: <1129824349.764487.233830@g44g2000cwa.googlegroups.com> NNTP-Posting-Host: 212.190.145.10 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1129824834 26471 127.0.0.1 (20 Oct 2005 16:13:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 20 Oct 2005 16:13:54 +0000 (UTC) In-Reply-To: <1129824349.764487.233830@g44g2000cwa.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; SunOS sun4u; fr-FR; rv:1.6) Gecko/20040116,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 SEVPXS01 Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=212.190.145.10; posting-account=ZjNXewwAAADyBPkwI57_UcX8yKfXWOss Xref: g2news1.google.com comp.lang.ada:5819 Date: 2005-10-20T09:13:49-07:00 List-Id: markp a =E9crit : > I am getting this error and my code seems to be pretty straightforward. > I have a package called "X" that has a function that returns a boolean. > >From another package, I have a line similar to : > > Temp_Boolean :=3D X.Procedure_A(Y =3D> 5); > > The error shows up on this line. I can call procedures from the package > with no problems. X is not a package, maybe you forgot the "with X;" or you have a variable named X that hides the package. --=20 Ludovic Brenta.