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 10.140.92.8 with SMTP id a8mr25827657qge.14.1463504591095; Tue, 17 May 2016 10:03:11 -0700 (PDT) X-Received: by 10.157.18.175 with SMTP id g44mr407299otg.3.1463504590957; Tue, 17 May 2016 10:03:10 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!88no4750734qga.1!news-out.google.com!uv8ni216igb.0!nntp.google.com!sq19no6218450igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 17 May 2016 10:03:10 -0700 (PDT) In-Reply-To: <82148038-116a-4aeb-b98e-5f1ac047fc14@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=37.190.52.109; posting-account=YB4WOgoAAABLG9D7qoJiPBc6EJSzsPDF NNTP-Posting-Host: 37.190.52.109 References: <82148038-116a-4aeb-b98e-5f1ac047fc14@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5b751e4c-57c1-4bf2-84e8-968057e9b364@googlegroups.com> Subject: Re: Windows Driver Programming with Ada From: George J Injection-Date: Tue, 17 May 2016 17:03:10 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:30427 Date: 2016-05-17T10:03:10-07:00 List-Id: =D1=87=D0=B5=D1=82=D0=B2=D0=B5=D1=80=D0=B3, 12 =D0=BC=D0=B0=D1=8F 2016 =D0= =B3., 23:41:26 UTC+3 =D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82= =D0=B5=D0=BB=D1=8C David Botton =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB: > On Wednesday, May 11, 2016 at 1:58:36 PM UTC-4, George J wrote: > > Hi all!!I just want to know, is it really to write,compile and build Wi= ndows=20 > > Kernel-Mode Driver (WDM,KMDF) using GNAT Programming Studio or anything= else instruments!I have an experiense at development with Assembler,C and = C++. So=20 > > I'd be glad to do some in Ada. Google can't tell me anything and I don'= t know the way I should go to find the method to do develop windows drivers= in Ada. > > Hope,somebody can help me. > > Thanks! >=20 > Microsoft did use GNATCOM and GNAT in some drivers with PCMCIA cards in t= he past based on contacts with me years ago. The key is to just do the same= thing you would do in C just in Ada and hand roll bindings you need as you= go. >=20 > David Botton Thanks David! Is there any example of tiny driver made with Ada? I can't un= derstand how can I build "sys" file with GNAT.