From: Mike M. <mw...@mi...> - 2003-03-19 00:08:14
|
In <87k...@nw...>, Norman Walsh <nd...@nw...> typed: > -----BEGIN PGP SIGNED MESSAGE----- > I also got the distinct impression that integers are in the wrong > endian order, but as long as it's consistent it doesn't matter. Integers (and the floats) are big-endian, as the processor in the Palm is basically a Motorola 68000. On an Intel box, things are little-endian. You have to deal with that when you unpack the structures. The developers have kindly provided updated docs. It looks like features of 1.1b3 are exposed that will eventually have to be dealt with. <mike -- Mike Meyer <mw...@mi...> http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. |