comp.lang.ada
 help / color / mirror / Atom feed
From: "Axeplyr" <john.fluetter@aixtra.de>
Subject: Re: LONG POST - ObjectAda 7.1 Special Edition - how do I use my own packages?
Date: Mon, 5 Nov 2001 23:42:30 +0100
Date: 2001-11-05T23:42:30+01:00	[thread overview]
Message-ID: <3be715cf$1@194.121.123.2> (raw)
In-Reply-To: mailman.1004997729.7738.comp.lang.ada@ada.eu.org

Thanks, Frank.  I figured that out a little while ago when I double-checked
my code with the book.  DUH!  I guess I learned a pretty good lesson that
time -

Thanks for all your help,

John

"Beard, Frank" <beardf@spawar.navy.mil> wrote in message
news:mailman.1004997729.7738.comp.lang.ada@ada.eu.org...
> In this particular case, it is not a package visibility problem.
> The procedure MoveCursor has two arguments in the spec:
>
>     PROCEDURE MoveCursor (Column : Width; Row : Depth);
>
> But, in the body it has no arguments:
>
>     PROCEDURE MoveCursor IS
>
> It should be:
>
>     PROCEDURE MoveCursor (Column : Width; Row : Depth) IS
>
> Hence, the compile error:
>
> > screen.adb: Error: line 32 col 1 LRM:3.11.1(6), Completion required for
> > specification 'MoveCursor', Continuing
>
> Frank
>
>





  reply	other threads:[~2001-11-05 22:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-05 22:01 LONG POST - ObjectAda 7.1 Special Edition - how do I use my o wn packages? Beard, Frank
2001-11-05 22:42 ` Axeplyr [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-11-05 17:46 ObjectAda 7.1 Special Edition - how do I use my own packages? Beard, Frank
2001-11-05 21:15 ` LONG POST - " Axeplyr
2001-11-05 22:12   ` Axeplyr
replies disabled

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