Howdy
Problem with the fread() call on MS Visual Studio 2005 running under Win
64.
The parameters to fread size and count are both size_t ie 64 bits. Even
so the call fails when the size arg is greater than 4GB (ie exceeds 32
bit unsigned value).
Any suggestions.
Thanks in advance.