comp.lang.ada
 help / color / mirror / Atom feed
From: "Hartmut H. Schaefer" <Hartmut_Peg@compuserve.com>
Subject: Re: Help.  Procedure is undefined
Date: 1998/01/10
Date: 1998-01-10T00:00:00+00:00	[thread overview]
Message-ID: <01bd1da1$26120fe0$9d36e8c3@hup-pc> (raw)
In-Reply-To: 34B4C915.4BF8@bton.ac.uk


Inseret "with Main," before "procedure Eurofighter ..." and so on. 
Having several library modules in one file does not influence their
visibility of each other.

GJW3 <GJW3@bton.ac.uk> schrieb im Beitrag <34B4C915.4BF8@bton.ac.uk>...
> Cananyone solve the problem from the code.  It says that the procedure
> main is undefined in the subprograms.  Please help.
> Thanks
> Procedure Main is
....
> end Main;
> 
> with Ada.text_io; use Ada.text_io;
> with num_io; use num_io;

with Main; -- this is what you need

> Procedure Eurofighter is
...
> Main;
...
> End Eurofighter;





  parent reply	other threads:[~1998-01-10  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-01-08  0:00 Help. Procedure is undefined GJW3
1998-01-08  0:00 ` reply-address-in-sig
1998-01-08  0:00   ` David J. Fiander
1998-01-10  0:00 ` Hartmut H. Schaefer [this message]
1998-01-10  0:00   ` Nick Roberts
1998-01-12  0:00 ` John English
replies disabled

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