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 10.237.53.1 with SMTP id a1mr1370054qte.3.1502146705192; Mon, 07 Aug 2017 15:58:25 -0700 (PDT) X-Received: by 10.36.65.25 with SMTP id x25mr103292ita.9.1502146705154; Mon, 07 Aug 2017 15:58:25 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w51no1036839qtc.0!news-out.google.com!19ni1252itw.0!nntp.google.com!u14no1070584ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 7 Aug 2017 15:58:24 -0700 (PDT) In-Reply-To: <1d2cba32-64b7-45d7-b041-577ced7c71fd@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=144.132.203.17; posting-account=wavAeAoAAAAZF_sXSZepBukuPCBO0Zqt NNTP-Posting-Host: 144.132.203.17 References: <1d2cba32-64b7-45d7-b041-577ced7c71fd@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <97726ca1-f3a0-41fb-a5e0-e6d80735b29d@googlegroups.com> Subject: Re: Ada Visual Studio Integration From: alby.gamper@gmail.com Injection-Date: Mon, 07 Aug 2017 22:58:25 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Body-CRC: 2582863737 X-Received-Bytes: 2678 Xref: news.eternal-september.org comp.lang.ada:47637 Date: 2017-08-07T15:58:24-07:00 List-Id: On Tuesday, August 8, 2017 at 12:17:15 AM UTC+10, Jere wrote: > On Monday, August 7, 2017 at 12:59:40 AM UTC-4, alby....@gmail.com wrote: > > Dear Ada Community > > > > Below is a link to a YouTube video, which demonstrates at a high level one of > > the "Project templates" that I have developed as part of integrating Ada/Gnat > > toolchain into Visual Studio. > > > > https://youtu.be/e1J1Bc2I-R8 > > > > I will try and post more detailed videos, demonstrating some of the integration > > points, such as code editing, debugging, project configuration etc.. in the next > > few week. > > > > Thanks > > > > Alex > > Awesome. I am always glad to see more windows development in Ada. > Are there examples/code available in a repo somewhere? I've only > had time to glance at the video so far due to my kids, but hopefully > will be able to fully go through it soon. Hi Jere Thanks for the feedback, I can put the sample code / template onto GitHub, But without the WinrRt bindings (which is in a pre alpha stage, and likely to change somewhat) and a customized runtime (ie libgnat) you wont be able to build or run the sample. I will endeavour make the customized runtime open source (which I believe I have to do anyway) as well as the WinRt Bindings soon. It may take me a while to get this done, as their is still lots of work to do on this project. Thanks