Date: Tue, 10 Jun 1997 11:11:14 +0300 (IDT) From: Eli Zaretskii To: Bill Currie cc: Robert Hoehne , DJGPP workers Subject: Re: Latest stub In-Reply-To: <339D8455.5FF0@blackmagic.tait.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 10 Jun 1997, Bill Currie wrote: > One that I know of is you can't declare a 64k transfer buffer as that > needs 17 bits and only 16 are provided in the transfer buffer size > variable (this cause my programs to crash as well as all the djgpp > programs I'd stubedited to 64k). Where in the stub does this limitation come from, and how would you suggest to correct it? I admit I've never heard of this limitation before. Did you post something about it to the news group? It is important that people know about such problems. For example, a few people asked me why stubediting their programs to 64KB transfer buffer actuallt made them slower in I/O, and I couldn't explain that.