Date: Mon, 2 Aug 1999 12:51:46 +0200 (CEST) From: Greg Budai To: Eli Zaretskii cc: djgpp AT delorie DOT com Subject: Re: SVAsync In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 2 Aug 1999, Eli Zaretskii wrote: > I don't know if there is a version of SVAsync that has built-in > buffering, but if not, you can easily add that by using the DJGPP > Filesystem Extension feature. In a nutshell, it allows you to > redirect the normal I/O via fopen, fread, fprintf, etc., to your own > function that calls SVAsync where normally DOS would be called. The > redirection happens on the lowest level, so the normal buffering works > exactly like it would with stdin and stdout. > > For more details, read the "File System Extensions" section of the > library reference. Well, thank you for your information. Thuffir