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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, WEIRD_QUOTING autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c411081f68d44e6c X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Ada v3.10 / adagide.exe oddities Date: 1998/02/22 Message-ID: <6cq561$hfo$1@polo.advicom.net>#1/1 X-Deja-AN: 327610649 Distribution: world References: <34EDE2F7.61A6@arlington.net> <34EE4867.67B9@arlington.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Organization: ADViCOM -- Advanced Internet Communications Newsgroups: comp.lang.ada Date: 1998-02-22T00:00:00+00:00 List-Id: The association of adagide with the Ada source file extensions was done by adagide when you installed gnat 3.10, If you look in the Control Panel Add/Remove programs, you will probably find adagide. You can remove adaGide, and that will probably remove the file association. As far as the ambiguous < operator is concerned, it is impossible to answer without more information. E.g., what are the types of i and Tiles_In_Update? It's not that the overloading doesn't work, it's that given the operands, the compiler can't tell whether to use your new overloaded operator, or the standard.integer operator. David C. Hoos, Sr. Michael Appleby wrote in message <34EE4867.67B9@arlington.net>... >Michael Appleby wrote: >> >> Recently, I've been working with both version 3.09 and 3.10 of the Gnat >> compiler. I've installed and removed both versions several times. >> >> v3.10 appears to be incompatible with my source files and generates the >> following error: >> >> 319. exit when ((Send_Message.Status = >> NO_MESSAGES_AVAILABLE) AND (i < Tiles_In_Update)); >> | >> >>> ambiguous expression (cannot resolve ""<"") >> >>> possible interpretation at common_integer_types_ops.ads:81 >> >>> possible interpretation in package Standard