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 07:10:49 PST From: "Ekkehard Morgenstern" Newsgroups: comp.lang.ada Subject: Re: [announcement] SYSAPI and SYSSVC for Windows Date: Mon, 15 Dec 2003 16:10:44 +0100 Organization: 1&1 Internet AG Message-ID: References: NNTP-Posting-Host: p508c09fe.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: online.de 1071501049 15570 80.140.9.254 (15 Dec 2003 15:10:49 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Mon, 15 Dec 2003 15:10:49 +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!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!news.gtei.net!newsfeed1.easynews.com!newsfeed2.easynews.com!easynews.com!easynews!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.tiscali.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:3466 Date: 2003-12-15T16:10:44+01:00 List-Id: "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 > comments from some years before where it said it wasn't possible have been > removed). It could be that it's still not possible with those OSes, I cannot > verify this. If you can, please notify me of the results. Indeed, in the API documentation for ReadFileEx() I found the confirmation that on Windows 95, 98 and ME, there's no asynchronous file access. I just fixed the code to emulate asychronous file I/O on these OSes by using synchronous I/O instead (untested, but should work). Download the new version here: http://www.ekkehardmorgenstern.de/ada-sysapisvc-03121502.zip Regards, Ekkehard Morgenstern.