comp.lang.ada
 help / color / mirror / Atom feed
From: "Beard, Frank" <beardf@spawar.navy.mil>
To: "'comp.lang.ada@ada.eu.org'" <comp.lang.ada@ada.eu.org>
Subject: RE: LONG POST - ObjectAda 7.1 Special Edition - how do I use my o wn packages?
Date: Mon, 5 Nov 2001 17:01:15 -0500
Date: 2001-11-05T17:01:15-05:00	[thread overview]
Message-ID: <mailman.1004997729.7738.comp.lang.ada@ada.eu.org> (raw)

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:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-05 22:01 Beard, Frank [this message]
2001-11-05 22:42 ` LONG POST - ObjectAda 7.1 Special Edition - how do I use my own packages? 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