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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e12eaef454b9be92,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail From: "conchale@mac.com" Newsgroups: comp.lang.ada Subject: Please help (quite urgent)- newbie Date: 14 Apr 2005 14:19:20 -0700 Organization: http://groups.google.com Message-ID: <1113513560.137072.307410@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: 213.3.18.147 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1113513585 17768 127.0.0.1 (14 Apr 2005 21:19:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 14 Apr 2005 21:19:45 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=213.3.18.147; posting-account=LrPCYA0AAADvpByY7xikJ-JDOtkF7LTU Xref: g2news1.google.com comp.lang.ada:10478 Date: 2005-04-14T14:19:20-07:00 List-Id: Hi all, I finished my homework, it was to convert one whole code in three pieces, with package , body and the "test" executable code. The big whole code (the original one) works flawlesly. My .ads and .adb are correct but the test.adb has almost exactly the same as the original code but when compiling I have this error: "invalid parameter list in call (use -gnatf for details)" the line(s) refering to it has: procedure test1 is MM: month; YY: year; begin Put("give a month in number: "); get(MM); --this is line the error is refering to new_line; --and the same with Year ... get (YY); any clear, easy and understandable help would be highly appreciated. Many thanks ByBy. (if possible before Friday 17h00 GMT)