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=3.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID,RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bd0de980b22e8253 X-Google-Attributes: gid103376,public From: "Hartmut H. Schaefer" Subject: Re: Help. Procedure is undefined Date: 1998/01/10 Message-ID: <01bd1da1$26120fe0$9d36e8c3@hup-pc>#1/1 X-Deja-AN: 314597327 References: <34B4C915.4BF8@bton.ac.uk> Newsgroups: comp.lang.ada Date: 1998-01-10T00:00:00+00:00 List-Id: 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 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;