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,a95382f748dc02ae X-Google-Attributes: gid103376,public Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Gnat Error: intrinsic operator can only apply to numeric types Date: Fri, 18 Jun 2004 08:41:43 +0100 Organization: BAE SYSTEMS Message-ID: <40d29b7f$1_1@baen1673807.greenlnk.net> References: <40CEEFCF.7060703@noplace.com> <40CF7729.6010505@noplace.com> <40cff904$1_1@baen1673807.greenlnk.net> <40D03885.6030802@noplace.com> <40D18B3A.8050409@noplace.com> X-Trace: news.uni-berlin.de H4bRyP6A8JyRS1sINgGUxAq7fPqM73bgGl7IsXK4tXEPAMNgNA X-Orig-Path: baen1673807.greenlnk.net!baen1673807!not-for-mail X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: baen1673807.greenlnk.net Xref: g2news1.google.com comp.lang.ada:1647 Date: 2004-06-18T08:41:43+01:00 List-Id: "Marin David Condic" wrote in message news:40D18B3A.8050409@noplace.com... > My experience is that GPS will recognize the case-independent names on > Windows just fine. But when you save something that had mixed case > originally, it then zaps it to lower case - presumably "in order to > serve you better..." :-) I find programs that want to change what *I* > wanted into what they *think* I want to be extremely annoying. That's probably because that's what you asked it to do though you may not have realised it at the time! When you create a new project there is a "name scene" options page and the default is 'lower case' (with options for 'UPPERCASE' and 'MixedCase'). 100% of the time I have used GPS I have never changed this option. In fact I doubt I've ever considered using it. I still don't understand what the problem is with it trying to recompile system (its filename is in lower case anyway). Cheers -- Martin