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.224.29.1 with SMTP id o1mr22360915qac.0.1408467135724; Tue, 19 Aug 2014 09:52:15 -0700 (PDT) X-Received: by 10.182.28.102 with SMTP id a6mr25282obh.17.1408467135617; Tue, 19 Aug 2014 09:52:15 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!i13no1164457qae.1!news-out.google.com!ef6ni1904igb.0!nntp.google.com!uq10no2036141igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 19 Aug 2014 09:52:15 -0700 (PDT) In-Reply-To: <1k3dp3dmn2xsp.1munu5ajkjyxm.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.33; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.33 References: <4c35f62f-4655-44b2-9ae0-4b02d5072de7@googlegroups.com> <1k3dp3dmn2xsp.1munu5ajkjyxm.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: Dokan Ada bindings v 1.0 From: Anh Vo Injection-Date: Tue, 19 Aug 2014 16:52:15 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2284 X-Received-Body-CRC: 2883653963 Xref: news.eternal-september.org comp.lang.ada:21834 Date: 2014-08-19T09:52:15-07:00 List-Id: On Tuesday, August 19, 2014 9:12:40 AM UTC-7, Dmitry A. Kazakov wrote: > On Tue, 19 Aug 2014 08:51:34 -0700 (PDT), Anh Vo wrote: > > > On Saturday, August 16, 2014 9:12:12 AM UTC-7, Dmitry A. Kazakov wrote: > > >> Dokan library for developing is user-space file system for Windows. The Ada > > >> > > >> bindings are Ada 95 compliant. A sample implementation of a memory-resident > > >> > > >> file system is included. > > >> > > >> http://www.dmitry-kazakov.de/ada/dokan.htm > > > > > > Thank you Dmitry for providing this binding. I did download it by > > following the link provided. However, the taz file contains only dokan > > library. No Ada binding sources were seen. > > Hmm, there is no taz file. The archive file is dokan_1_0.tgz. If you unpack > it, the bindings are in the root directory. > Let you used gzip and tar, e.g. from mingw: Sorry, I see them now. The reason I did not see them before because I did not create a separate directory while unzipping and untarring the download. Thus, the binding sources are scattered.