From: Merrill Cornish (merrill.cornish_at_[hidden])
Date: 2005-12-16 10:28:52


Leon,

>>> I assume if I would want to make the x86 data files readable on
>>> an amd64 architecture, I would have to write my own conversion utility,

One less drastic alternative is to use explilcit types such as _int32 or _uint64.
That should make sure variables are of the same size on different machines.

Merrill