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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8a402d78988bdf2b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-15 16:35:08 PST From: "Ekkehard Morgenstern" Newsgroups: comp.lang.ada Subject: Re: [announcement] SYSAPI and SYSSVC for Windows Date: Tue, 16 Dec 2003 01:34:54 +0100 Organization: 1&1 Internet AG Message-ID: References: <3FDE1D39.30FF012D@sympatico.ca> NNTP-Posting-Host: p508c0fb1.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: online.de 1071534907 29918 80.140.15.177 (16 Dec 2003 00:35:07 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Tue, 16 Dec 2003 00:35:07 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Path: archiver1.google.com!news2.google.com!fu-berlin.de!news.belwue.de!news.uni-ulm.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Xref: archiver1.google.com comp.lang.ada:3476 Date: 2003-12-16T01:34:54+01:00 List-Id: "David Marceau" wrote: > Ekkehard Morgenstern wrote: > > Note: The Windows Platform SDK documentation now (02/2003) states that > > asynchronous file I/O is possible with Windows 95, 98 and ME (i.e. the > > 1)Go to msdn.microsoft.com and check out the device driver developer kit aka > "DDK". > 2)The book "Microsoft...Guide for System Engineers..." discusses how to create > virtual device drivers(VXD's and VSD's). > > You'll definitely be able to confirm everything you want here. There are third > party DDK tools like Vireo that might also have answers for you. Thank you very much actually for bringing my attention to the DDK! :) This particular project doesn't need the DDK, just the regular SDK, and I corrected my point already in another post in this thread, but your comment made me go look again for the DDK on Microsoft's website! :) I long wanted to write a filing system for Windows (a database actually with filing system interface), and perhaps I can even do it with Ada, if I write a device driver abstraction kit for my system service library or similar! :) I know that in Longhorn, Microsoft plans to ship a database with the filing system, but AFAIK it's not official yet what it will be like or when it will be available. Yet, I still want to study my own filing system approach and the DDK hopefully will enable me to. :) I am pleasantly surprised that the DDK is now available almost free of charge, a big change compared to earlier this year, when it was very expensive! :) I'm also a big fan of virtual device drivers, and I'd write many if I could. With the DDK, I'll perhaps soon be able to. :) For example, picture a virtual device driver that would enable any application to create windows and graphics using regular file I/O. This would simplify programming a lot. I have written similar stuff already for AmigaOS, and it was only the price of the DDK or the MSDN subscription that stopped me from doing that on Windows. Now that I can order the DDK separately almost for free, things look brighter and new possibilities arise (and perhaps not just for me)! :) best wishes, Ekkehard. :)