Mail Archives: djgpp-workers/1997/06/10/21:25:12
Charles Sandmann wrote:
>
> The maximum should be enforced to be 63K (which is what was originally
> intended but seems to have got lost someplace).
After posting my patches, I found the cause of the problem I mentioned
it that post (the one with the aborts), and now I definitly agree with
Charles' solution, just fix stubedit to limit the maximum size to 63k.
The cause of the aborts was dos thinking the transfer buffer was 0 bytes
because the lengths to read/write were 0 due to the size being
truncated. 65k worked because it made the transfer buffer 1k in dos'
eyes.
Oh well, at least I tried.
Mind you, a transfer buffer larger than 64k could come in handy (if the
functions that use it are modified to handle such sizes).
Bill
--
Leave others their otherness.
- Raw text -