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:a6b:6915:: with SMTP id e21mr2112071ioc.33.1555734186653; Fri, 19 Apr 2019 21:23:06 -0700 (PDT) X-Received: by 2002:a9d:6a1a:: with SMTP id g26mr4717505otn.16.1555734186396; Fri, 19 Apr 2019 21:23:06 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!136no227075itk.0!news-out.google.com!v189ni234itv.0!nntp.google.com!b2no226434itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 19 Apr 2019 21:23:06 -0700 (PDT) In-Reply-To: <22ad2bb3-4d6e-48f0-9f72-ea2464390b13@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: <13ce24c7-2cfd-4c77-8e4f-2aba216d9ca9@googlegroups.com> <12955098-0ae7-4e2e-b4dd-050620a1f039@googlegroups.com> <22ad2bb3-4d6e-48f0-9f72-ea2464390b13@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3d9b62c5-6461-420a-b051-132618c40369@googlegroups.com> Subject: Re: ANN: VisualAda (Ada Integration for Visual Studio 2017 & 2019) release 1.1.12 From: alby.gamper@gmail.com Injection-Date: Sat, 20 Apr 2019 04:23:06 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56169 Date: 2019-04-19T21:23:06-07:00 List-Id: On Thursday, April 18, 2019 at 6:10:05 AM UTC+10, Greg wrote: > UPDATE: For some reason, this error has resolved itself (I SWEAR it!), could be something to do with a VS Community upgraded last year to VS Professional, but who knows. > > But am getting a new error from grpconfig at the start of the build: > > gprconfig: can't find a native toolchain for language 'ada', runtime 'Winrt_Runtime' > App2019.gpr:4:06: unknown project file: "WinRt.gpr" > > WinRt.gpr IS in the share location in my GPS installation, and the bin/ directory is in my PATH. > > FYI, this is happening for both VS Pro 2017 and a newly installed VS Comm *2019*. > > Regards, > Greg Hi Greg Apologies for the delay in responding :-( You will need to install & build winrt_runtime available from my git repo https://github.com/Alex-Gamper/Ada-WinRT-Runtime and the winrt bindings themselves, also available from my git repo https://github.com/Alex-Gamper/Ada-WinRT Note that I am making changes to the Winrt_runtime to make it compatible with the Windows Store certification (aka Windows Application certification Kit, WACK) I hope to have this finished in the next day or two A couple of notes: - only x64 is currently supported (I haven't had a chance to look at 32bit yet) - The build.cmd script should install the RTS correctly If you have any further issues please let me know Alex