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:a5e:dd01:: with SMTP id t1-v6mr466811iop.8.1533851185658; Thu, 09 Aug 2018 14:46:25 -0700 (PDT) X-Received: by 2002:aca:c744:: with SMTP id x65-v6mr138443oif.2.1533851185530; Thu, 09 Aug 2018 14:46:25 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!2.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!85.12.16.68.MISMATCH!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!g24-v6no17652iti.0!news-out.google.com!k71-v6ni15itk.0!nntp.google.com!g24-v6no17649iti.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 9 Aug 2018 14:46:25 -0700 (PDT) In-Reply-To: <27b53953-36f2-4efe-b877-2e316b176d80@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=71.171.111.51; posting-account=QF6XPQoAAABce2NyPxxDAaKdAkN6RgAf NNTP-Posting-Host: 71.171.111.51 References: <27b53953-36f2-4efe-b877-2e316b176d80@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6f2ccddc-6283-489e-b1f4-05361dcf14a3@googlegroups.com> Subject: Re: Ann: Ada-Win32 bindings From: Jere Injection-Date: Thu, 09 Aug 2018 21:46:25 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2461 X-Received-Body-CRC: 689846428 Xref: reader02.eternal-september.org comp.lang.ada:54119 Date: 2018-08-09T14:46:25-07:00 List-Id: On Friday, August 3, 2018 at 8:20:26 PM UTC-4, alby....@gmail.com wrote: > Dear Ada community > > I am pleased to announce the initial release of ADA bindings for the Win32 API > > Available at https://github.com/Alex-Gamper/Ada-Win32 > > These bindings where generated from the latest Windows SDK (version 17134) > on Windows 10 x64 and include the definitions that would be available from > the following C/C++ header file > > #include > #if (_MSC_VER >= 1900) > #ifdef _WIN64 > #if _WIN32_WINNT >= _WIN32_WINNT_WINBLUE > #include > #include > #include > #include > #include > #endif > #endif > #endif > > It is intended that these binding for the basis of both the Ada-WinRT > and the planned/future Ada-NetFramework bindings > > Note: Their is still a bit of work to do in these bindings, specifically > 1) Callbacks / function profiles need to be addressed (currently mapped to System.Address) > 2) Handle inline functions ?? > 3) Better handling of Pre-processor macros ?? Thanks for making this and providing it to the community!