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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:691c:: with SMTP id e28-v6mr71469ioc.25.1540487967050; Thu, 25 Oct 2018 10:19:27 -0700 (PDT) X-Received: by 2002:a9d:ea8:: with SMTP id 37mr2117otj.1.1540487966716; Thu, 25 Oct 2018 10:19:26 -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.216.MISMATCH!75-v6no91102itm.0!news-out.google.com!l70-v6ni96itb.0!nntp.google.com!z5-v6no90794ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 25 Oct 2018 10:19:26 -0700 (PDT) In-Reply-To: <5fb88cf6-47da-4c28-a660-9ddf06522b12@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=208.114.128.90; posting-account=MRPdDAoAAADUJmZVjnYaoafXFMadSeY1 NNTP-Posting-Host: 208.114.128.90 References: <5fb88cf6-47da-4c28-a660-9ddf06522b12@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada interacting with Windows 8.1+ GUI From: Olivier Henley Injection-Date: Thu, 25 Oct 2018 17:19:27 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54707 Date: 2018-10-25T10:19:26-07:00 List-Id: Hi, I am writing an Ada equivalent of GLFW3 and the MS window handling + GL context is actually working. The code is almost the bear minimum to 'natively' handle a MS window (Ada wrapping Microsoft C core functions). I recommend you check my implementation as a starter. The lib: https://github.com/ohenley/aglw A working demo, client using the lib: https://github.com/ohenley/aglw-demos olivier