Menu

#2 Ta_csi not portable to 64-bit systems

open
nobody
None
5
2006-08-23
2006-08-23
No

The ta_csi code assumes long = 32bit when parsing
binary files. On x86-64, using gcc, int is 32 bit, but
long is 64bit. Maybe it is good to define TA_Integer32
and TA_Integer64 and use them (instead of long) when
the bit-count of ints matters.

(1201009)

Discussion


Log in to post a comment.