View Single Post
  #33  
Old 09-12-2005, 11:54 AM
WildcardX
Developer
 
Join Date: Apr 2003
Posts: 589
Default

It is true that different platforms will get different sizeof() results for datatypes. I did notice in that structure you mentied above that some structure members are declared as a float instead of the cross platform accepted float32 type, for example. That could result in a different sizeof(structure) result.
Reply With Quote