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:e181:: with SMTP id n123-v6mr2216739ith.23.1541290945514; Sat, 03 Nov 2018 17:22:25 -0700 (PDT) X-Received: by 2002:a9d:5403:: with SMTP id j3mr279548oth.2.1541290945251; Sat, 03 Nov 2018 17:22:25 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!fdn.fr!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!g188-v6no969798itg.0!news-out.google.com!t123-v6ni547itb.0!nntp.google.com!g188-v6no969795itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 3 Nov 2018 17:22:24 -0700 (PDT) In-Reply-To: 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: <2e6da56f-9f47-436c-9a0d-de750848ccfc@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <932b69ec-0e1b-47dd-9758-7a5bc66aac0d@googlegroups.com> Subject: Re: Ann: Win32 and WinRT bindings update From: alby.gamper@gmail.com Injection-Date: Sun, 04 Nov 2018 00:22:25 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54757 Date: 2018-11-03T17:22:24-07:00 List-Id: On Sunday, November 4, 2018 at 1:43:41 AM UTC+11, Jere wrote: > On Friday, November 2, 2018 at 11:17:04 PM UTC-4, alby....@gmail.com wrote: > > Dear Ada Community > > > > The Win32 and WinRT bindings have both been updated to the latest Microsoft SDK > > version (10.0.17763). This version corresponds to the 1809 release of Windows 10. > > > > Packages/Source can be found at > > > > https://github.com/Alex-Gamper/Ada-Win32 > > https://github.com/Alex-Gamper/Ada-WinRT > > > > Microsoft release notes: > > > > https://docs.microsoft.com/en-au/windows/uwp/whats-new/windows-10-build-17763 > > > > Alex > > Thanks for this! > > Question: In your readme, you specify that you need a 64bit windows > build environment, but then later on say if you don't there are linux > scripts in the mingw64 directory. Does this mean that you don't consider > mingw64 to be a valid 64bit windows build environment? I run GCC/GNAT > 8.2 on mingw64 in x86_64 and thought that that should be sufficient? Hi Jere I definitely consider Mingw64 a 64bit build environment, and I have recently started using it rather than building a cross compiler on Linux (which is what the build scripts do) So yes mingw64 is sufficient and very useable. Adacore community edition, now that its 64Bit should also work (although I must admit I have not as yet tested this. Alex