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,88490f8a44367899 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-13 08:56:19 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!171.64.14.106!newsfeed.stanford.edu!logbridge.uoregon.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: WIndex Vs Gnat 3.14p Date: 13 Feb 2002 11:52:09 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1013619403 10558 128.183.220.71 (13 Feb 2002 16:56:43 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 13 Feb 2002 16:56:43 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:19970 Date: 2002-02-13T16:56:43+00:00 List-Id: Necros writes: > What is the problem,and How slove it ??? > > compile with Gnat ver 3.14 obtain this error with some much: > > windex-graphics_devices.adb:489:32: no selector "Handle" for type The problem is gnat 3.14p follows the reference manual more closely than 3.13p did :). If I recall correctly, this one is fixed by doing a type conversion to Windows.Handle_Type, but I don't have the code here at work. Email me at home (stephen_leake@acm.org), to remind me to check up on this. I'll be releasing a new version of Windex soon, that compiles cleanly with 3.14p. However, be aware that this will probably be my last release of Windex; I'll be switching to GtkAda for my GUI needs. Thanks for the feedback; I didn't realize anyone was still using Windex! I guess I should put more bugs in, so I get more bug reports :). -- -- Stephe