Re: GLib and 64-bit Windows



Also, I ran into a similar problem with some date functions (gmtime expects a 64-bit number as time_t is 64-bit)...

It's almost like there should be a full-width type, one that is 32 bits on a 32-bit platform, and 64 bits on 64-bit.

Thoughts?


Jake Goulding wrote:
That does leave me with the issue that there are a bunch of assumptions that

sizeof(long) == sizeof(size_t) == sizeof(void *)

Any suggestions on how best to tackle that issue?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]