Friends! I need a urgent help for the following issue. I tried to open a large file that was bigger than 2 GB - it was 3 GB. The code calls a file management subsystem (the SPI directory routines) that use the C STDIO Library routines. These routines appear to be using a 4 byte word to hold the offset from the front of the file (in binary form 31 signed bits has a limit of about 2 GB). After the input file has been read, the data to be stored is much smaller and so the issue only applies to input file processing.The actual failure was in fopen and I think the containing C Library is called STDIO. There may be another set of library routines that already support greater than 2 GB in C/C++; Please help me.... Thanks in advance, Sanjib
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com [Non-text portions of this message have been removed]
