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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:e48b:: with SMTP id o133-v6mr1144552ith.0.1539186128663; Wed, 10 Oct 2018 08:42:08 -0700 (PDT) X-Received: by 2002:aca:4995:: with SMTP id w143-v6mr584923oia.7.1539186128501; Wed, 10 Oct 2018 08:42:08 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.215.MISMATCH!z5-v6no64373ite.0!news-out.google.com!n199-v6ni137itn.0!nntp.google.com!z5-v6no64368ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 10 Oct 2018 08:42:08 -0700 (PDT) In-Reply-To: <51b96b2a-e224-46d3-b837-d024e22555df@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:121e:2ada:0:8da1:cf:bb63:30fb; posting-account=985rBAoAAACu7mt3Yy389bThPdpWDwBK NNTP-Posting-Host: 2a02:121e:2ada:0:8da1:cf:bb63:30fb References: <5fb88cf6-47da-4c28-a660-9ddf06522b12@googlegroups.com> <51b96b2a-e224-46d3-b837-d024e22555df@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <08038b0e-c971-4be4-aca8-6b860d182b7b@googlegroups.com> Subject: Re: Ada interacting with Windows 8.1+ GUI From: herbert.glarner@bluewin.ch Injection-Date: Wed, 10 Oct 2018 15:42:08 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54532 Date: 2018-10-10T08:42:08-07:00 List-Id: > https://sourceforge.net/projects/gnavi/ Thanks Gautier, however, judging from the documentation it seems that Gnavi is pretty dated: I see a lot of 32 bit and 95/NT references. Also, the foot line on http://www.gnavi.org/index.php?Command=classes&Title=The+GNAVI+Project reads: (c) 1999-2004 Thus I doubt that Gnavi is still maintained, or do I err? I am just beginning to dvelve into Ada and am working through Barnes' "Programming in Ada 2012", but target systems are 64 bitters using Win 8.1+, so I need a "modern access". How would I access Windows API functions on their own? (Gruess us Schaffuse)