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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!news.etla.org!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: ANN: Dokan Ada bindings v 1.0 Date: Tue, 19 Aug 2014 18:12:40 +0200 Organization: cbb software GmbH Message-ID: <1k3dp3dmn2xsp.1munu5ajkjyxm.dlg@40tude.net> References: <4c35f62f-4655-44b2-9ae0-4b02d5072de7@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: etnUhctbDQ6U1zAlbX4CBw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: number.nntp.dca.giganews.com comp.lang.ada:188562 Date: 2014-08-19T18:12:40+02:00 List-Id: 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: > gzip -d dokan_1_0.tgz > tar -xvf dokan_1_0.tar ./dokan-0.6.0/dokan.h ./dokan-0.6.0/dokan.lib ./dokan-0.6.0/DokanInstall_0.6.0.exe ./dokan-0.6.0/license.gpl.txt ./dokan-0.6.0/license.lgpl.txt ./dokan-0.6.0/license.mit.txt ./dokan-0.6.0/readme.txt ./dokan-file_system.adb ./dokan-file_system.ads ./dokan-thin.ads ./dokan.ads ./dokan.gpr ./dokan.htm ./download.jpg ./example/memory-fs/memory_fs.adb ./example/memory-fs/memory_fs.ads ./example/memory-fs/memory_fs.gpr ./example/memory-fs/readme_dokan.txt ./example/memory-fs/test/readme_dokan.txt ./example/memory-fs/test/test.adb ./example/memory-fs/test/test.gpr ./example/memory-fs/test/trace.txt ./home.jpg ./in.jpg ./index.gif ./next.gif ./prev.gif ./readme_dokan.txt ./dokan_1_0.lst You can also use WinZip, WinRar or Total Commander. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de