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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:3e8a:: with SMTP id l132-v6mr14272170ioa.35.1527006837847; Tue, 22 May 2018 09:33:57 -0700 (PDT) X-Received: by 2002:a9d:6183:: with SMTP id g3-v6mr182039otk.3.1527006837637; Tue, 22 May 2018 09:33:57 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!v8-v6no5906527itc.0!news-out.google.com!f20-v6ni6568itd.0!nntp.google.com!u74-v6no5831917itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 22 May 2018 09:33:57 -0700 (PDT) In-Reply-To: <748752bf-0219-4bd4-b655-674d189df4f1@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=47.185.233.194; posting-account=zwxLlwoAAAChLBU7oraRzNDnqQYkYbpo NNTP-Posting-Host: 47.185.233.194 References: <957ed86a-baa2-4b6b-8c62-e9e37f581f1a@googlegroups.com> <748752bf-0219-4bd4-b655-674d189df4f1@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: win64ada or win_32_64_ada ? From: "Dan'l Miller" Injection-Date: Tue, 22 May 2018 16:33:57 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:52577 Date: 2018-05-22T09:33:57-07:00 List-Id: On Tuesday, May 22, 2018 at 11:03:55 AM UTC-5, Lucretia wrote: > This isn't what he's asking, that link only shows how to build a compiler= . >=20 > He's asking if there Ada language bindings to the Win64 API, which I don'= t think there are. >=20 > I haven't used Windows for dev for over 10 years so I don't know the curr= ent status, I know they have this > XAML stuff, for which there is https://github.com/Alex-Gamper/Ada-WinRT =E2=80=A6 I know they have this =E2=80=A2=E2=80=A2WinRT/UWP=E2=80=A2=E2=80= =A2 stuff, for which there is https://github.com/Alex-Gamper/Ada-WinRT (There, fixed that for you.) Ada-WinRT doesn't support XAML yet. XAML is an optional add-on to WinRT/UWP, intended mainly for interfacing wi= th nontechnical UI/UX designers who lay out the UI as mock-ups without code= behind the XAML yet. Then the UI's XAML is delivered to C# (or F# or C++/= CX or VisualBasic) programmers to write code behind that declarative-XML mo= ck-up. WinRT/UWP is the COM- & ATL-based OO replacement for Win32. Win32 & Win64 = are deprecated, not able to access all the new feature-sets of the Windows = operating systems since, say, Windows XP. Win64 is Win32 verbatim with poi= nters and integers widened to 64-bit.