comp.lang.ada
 help / color / mirror / Atom feed
* Please help (quite urgent)- newbie
@ 2005-04-14 21:19 conchale
  2005-04-14 21:26 ` Robert A Duff
  2005-04-15  1:06 ` Jeffrey Carter
  0 siblings, 2 replies; 3+ messages in thread
From: conchale @ 2005-04-14 21:19 UTC (permalink / raw)


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)




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-04-15  1:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-14 21:19 Please help (quite urgent)- newbie conchale
2005-04-14 21:26 ` Robert A Duff
2005-04-15  1:06 ` Jeffrey Carter

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