comp.lang.ada
 help / color / mirror / Atom feed
From: "Ludovic Brenta" <ludovic@ludovic-brenta.org>
Subject: Re: "Invalid Prefix in selected component X" Error
Date: 20 Oct 2005 09:13:49 -0700
Date: 2005-10-20T09:13:49-07:00	[thread overview]
Message-ID: <1129824829.649627.49530@o13g2000cwo.googlegroups.com> (raw)
In-Reply-To: <1129824349.764487.233830@g44g2000cwa.googlegroups.com>

markp a écrit :
> 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 := X.Procedure_A(Y => 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.

-- 
Ludovic Brenta.




  reply	other threads:[~2005-10-20 16:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-20 16:05 "Invalid Prefix in selected component X" Error markp
2005-10-20 16:13 ` Ludovic Brenta [this message]
2005-10-20 16:31 ` Frank J. Lhota
2005-10-20 16:34   ` markp
2005-10-20 16:52     ` Frank J. Lhota
2005-10-20 17:03     ` Georg Bauhaus
2005-10-20 17:15       ` markp
2005-10-20 17:28         ` markp
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox