comp.lang.ada
 help / color / mirror / Atom feed
From: t_mjb@lsm8-pc.linkabit.titan.com (Marc Bejerano)
Subject: Re: Maths LIb
Date: 1997/10/23
Date: 1997-10-23T00:00:00+00:00	[thread overview]
Message-ID: <62o24j$gl3$1@scope.corp.titan.com> (raw)
In-Reply-To: 877175772.10098.0.nnrp-08.9e988f8e@news.demon.co.uk

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


In article <877175772.10098.0.nnrp-08.9e988f8e@news.demon.co.uk>,
	"DRD Woodward" <doig@mwangi.demon.co.uk> writes:
>Hello World !
>I'm using !!@*&^ AvtivAda ^^&%�!!? and having severe problems.
>It tells me that the package I require, (GENERIC_ELEMENTARY_FUNCTIONS),
> is already compiled,and all I need do is use the a global  'With' clause,
>then Instantiate it.( $%�&)
>It compiles ok. but 'bind' says package (GENERIC_ELEMENTARY_FUNCTIONS)
>not compiled.

Have you tried instantiating it as a generic should be? For example,

	with Generic_Elementary_Functions;

	.
	.
	.

	package Float_Stuff is new Generic_Elementary_Functions (Float);
	use Float_Stuff;

	.
	.
	.

	If you've tried that already (which I use with Alsys Ada 5.x) and it still
	doesn't work, I hope somebody sends you the Tanh function you need.

	Hope this helps,

	Marc Bejerano





      parent reply	other threads:[~1997-10-23  0:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-18  0:00 Maths LIb DRD Woodward
1997-10-18  0:00 ` Simon Wright
1997-10-18  0:00   ` Keith Thompson
1997-10-19  0:00 ` Tom Moran
1997-10-23  0:00 ` Marc Bejerano [this message]
replies disabled

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