Hi, I am having some difficulty reading data from a large file (about 9GB) using HDF5-1.8.5-patch1. This was built under windows XP (32-bit) using Visual Studio. The raw data is held in an external binary file which is accessed via a dataset created in an HDF5 file. I am able to access the data up to about the 2 GB point in the file which makes me think this is probably a large file issue.
I know it is possible to read all of the data from my large file in C using _fseeki64 and fread (I have C code that does this). Perhaps I am missing a compilation option in Visual Studio? I would be grateful if someone could point me towards a solution Regards Paul -- View this message in context: http://hdf-forum.184993.n3.nabble.com/Large-File-Support-on-Windows-tp1589826p1589826.html Sent from the hdf-forum mailing list archive at Nabble.com. _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
