B18&17.1 problem reading large files (more than 28k!) with read() or fread()

Sergey Okhapkin sos@prospect.com.ru
Sun May 18 01:26:00 GMT 1997


Paul Toseland wrote:
> I stat a file (a Net$cape FAT.DB), using its DOS filename, and it tells
> me it is 692224 bytes long.  I open it, fstat it, with the same result. 
> I read from it, it reads 28720 bytes and gives end of file.  The same

> 	int handle = open(s1, O_RDONLY);

int handle = open(s1, O_RDONLY | O_BINARY);

-- 
Sergey Okhapkin
Moscow, Russia
Looking for a job

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list