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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:7bd2:: with SMTP id q201-v6mr988778itc.52.1533816003642; Thu, 09 Aug 2018 05:00:03 -0700 (PDT) X-Received: by 2002:aca:c6ca:: with SMTP id w193-v6mr68475oif.1.1533816003488; Thu, 09 Aug 2018 05:00:03 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!g13-v6no2796200itf.0!news-out.google.com!k71-v6ni3671itk.0!nntp.google.com!g13-v6no2796194itf.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 9 Aug 2018 05:00:03 -0700 (PDT) In-Reply-To: <062dc2f6-9937-40cb-80f1-a29522762f41@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=101.164.108.182; posting-account=wavAeAoAAAAZF_sXSZepBukuPCBO0Zqt NNTP-Posting-Host: 101.164.108.182 References: <27b53953-36f2-4efe-b877-2e316b176d80@googlegroups.com> <062dc2f6-9937-40cb-80f1-a29522762f41@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8a10774a-c242-4994-816f-66ee6165b031@googlegroups.com> Subject: Re: Ann: Ada-Win32 bindings From: alby.gamper@gmail.com Injection-Date: Thu, 09 Aug 2018 12:00:03 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54101 Date: 2018-08-09T05:00:03-07:00 List-Id: On Wednesday, August 8, 2018 at 1:38:13 AM UTC+10, Aurele Vitali wrote: > Good job, but A bit late. In an effort to get away from Win32ada, I wrote my own bindings. But everything does seems to check out! Hi Aurele Thanks for your response, It seems that Dmitry, yourself and I were equally frustrated with the lack of a feature rich API binding to Win32 and ended up writing our own (via cherry picking off the features we needed for our specific needs/purposes) This is somewhat why this project originated! In that I was frustrated with having to manually go thru MS C/C++ header files to get the correct definition of an enum/record/function/procedure etc... and translating that to Ada, I wanted / needed a better solution! I fully acknowledge everyone has different needs (wrt usage of the Win32 API) and that a binding either thin or thick should not focus on a specific area of the API such as the GUI components. and try and provide the core functions that the Win32 API provides (along with providing type safety thru a thicker binding ! as Randy has already mentioned) To this end, I believe this binding is the first step in achieving that goal. Thanks Alex