From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ad4:4b24:0:b0:64a:64a3:d018 with SMTP id s4-20020ad44b24000000b0064a64a3d018mr558196qvw.8.1693113509926; Sat, 26 Aug 2023 22:18:29 -0700 (PDT) X-Received: by 2002:a5b:991:0:b0:d07:9d79:881c with SMTP id c17-20020a5b0991000000b00d079d79881cmr732762ybq.11.1693113509638; Sat, 26 Aug 2023 22:18:29 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 26 Aug 2023 22:18:29 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=2001:8003:281a:c01:f0e4:cb6d:2dec:20d4; posting-account=rpELHgoAAADyznoDQ9DF8kYwISCaKTaz NNTP-Posting-Host: 2001:8003:281a:c01:f0e4:cb6d:2dec:20d4 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: [Ann] WinRt - version 3 From: AlexG Injection-Date: Sun, 27 Aug 2023 05:18:29 +0000 Content-Type: text/plain; charset="UTF-8" Xref: news.eternal-september.org comp.lang.ada:65564 List-Id: Dear Ada community I have created a new git repo for the Ada binding to WinRT (now version 3) This version is a cleaner implementation than the previous version and includes the following changes 1) Wide strings are mapped to HStrings 2) Async operations and actions are handled automatically 3) code files now contain code at the Namespace level Git repo is located here https://github.com/Alex-Gamper/Ada-WinRt3