Guy Harris wrote:
Mark Pizzolato wrote:
> In the MS CRTL, a fpos_t
> is a 64bit integer, while on other platforms it may be a structure of
> some sort.
Does Microsoft explicitly promise that an fpos_t is a 64-bit integer on
Windows?
Well, I've used this functionality for going on 8 years and i
Loris Degioanni wrote:
So no all Unix systems have types.h?
Not all UN*X systems necessarily have a types.h that define u_int64_t or
uint64_t.
What about using something like the
bittypes.h in the missing folder of tcpdump?
That might be one way.
Can the MSVC++ I/O routines handle files
Mark Pizzolato wrote:
In the MS CRTL, a fpos_t
is a 64bit integer, while on other platforms it may be a structure of
some sort.
Does Microsoft explicitly promise that an fpos_t is a 64-bit integer on
Windows? (It doesn't matter about UN*X, as ftello() can be used there,
and, as I understand
Loris Degioanni wrote:
Guy Harris wrote:
> Loris Degioanni wrote:
> Can the MSVC++ I/O routines handle files >4GB? In at least some UN*Xes
Yes they can.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/_crt__tell.2c_._telli64.asp
I'm not sure, however, if the
CVS log entries from 04.06.2005 (Sat) 09:07:04 - 05.06.2005 (Sun) 09:07:08 GMT
=
Summary by authors
=
Author: guy
File: tcpdump/configure; Revisions: 1.144, 1.134.2.10
Author: mcr