comp.lang.ada
 help / color / mirror / Atom feed
* Problems with ADA libraries
@ 1998-11-05  0:00 Bryan Stacey Couch
  1998-11-06  0:00 ` dewar
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bryan Stacey Couch @ 1998-11-05  0:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1005 bytes --]

Hi!

I am a student studying for my degree in the UK I am having problems with
GNATS compiler for Windows 98.  I am trying to use the CALENDER packager but
keep being told that it can't be found.  The file is in the library
directory and I tried putting it in the same directory as the source file
but to no avail.

The code is as follows, it is going to be used as a timing package for an
automated machine line.  This basic code doesn't do much I just wanted to
check out how it worked.

Any help would be much appreciated and I don�t want someone to WRITE THE
CODE for me, just help with the compilation would be great.

Thanks

Stacey Couch
Staceycouch@mcmail.com

with Calender; use Calender;
procedure Time1 is
   package Time_Io is new Fixed_Io(Day_Duration);
   use Time_Io;
   T:Day_Duration;
   X:Float;
begin
   T:=Secound(Clock);
   Time_Io.Put(T);
   New_Line;
   for Z in 1..1000 loop
      X:=5.23234;
   end loop;
   T:=Secounds(Clock);
   Time_Io.Put(T);
   New_Line;
end Time1;








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

end of thread, other threads:[~1998-11-06  0:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-05  0:00 Problems with ADA libraries Bryan Stacey Couch
1998-11-06  0:00 ` dewar
1998-11-06  0:00 ` Tom Moran
1998-11-06  0:00   ` dewar
1998-11-06  0:00     ` Robert I. Eachus
1998-11-06  0:00 ` Dmitriy Anisimkov

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