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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d5151b6052512f7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-08 01:06:00 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!news.gtei.net!newsfeed1.easynews.com!newsfeed3.easynews.com!easynews.com!easynews!newsfeed.news2me.com!newsfeed.icl.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Overloading procedures with Float and Long_Float types Date: Mon, 08 Mar 2004 09:06:00 +0000 Message-ID: References: NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1078736760 21639 62.49.62.197 (8 Mar 2004 09:06:00 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Mon, 8 Mar 2004 09:06:00 +0000 (UTC) User-Agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!) Xref: archiver1.google.com comp.lang.ada:6133 Date: 2004-03-08T09:06:00+00:00 List-Id: On Mon, 08 Mar 2004 08:20:19 +0000, Preben Randhol wrote: > On 2004-03-08, Luke A. Guest wrote: >> On Mon, 08 Mar 2004 03:49:03 +0000, James Rogers wrote: >> >>> This appears to be a problem with your version. The version 3.15P >>> has no problems with this code. >>> >>> Jim Rogers >> >> Sorry, but it doesn't, this is the output of my installed 3.15p version >> which is the same as my 5.02w version: >> >> example.adb:228:19: ambiguous expression (cannot resolve "Translate") > ^^^^^^^^^^^^^^^^^^^^^^^^^^ Translate is another st of overloaded functions with the same signature as Vertex; procedure Translate(X, Y, Z : in GLdouble); procedure Translate(X, Y, Z : in GLfloat); It's just that I've 3 Translate calls and about 40 Vertex calls in my test program. Luke.