comp.lang.ada
 help / color / mirror / Atom feed
From: "Bryan Stacey Couch" <staceycouch@yahoo.com>
Subject: Problems with ADA libraries
Date: 1998/11/05
Date: 1998-11-05T00:00:00+00:00	[thread overview]
Message-ID: <3642143b.0@news1.mcmail.com> (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;








             reply	other threads:[~1998-11-05  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-05  0:00 Bryan Stacey Couch [this message]
1998-11-06  0:00 ` Problems with ADA libraries Dmitriy Anisimkov
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 ` dewar
replies disabled

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