On 10 June 2011 16:54, Pierre Joye <pierre....@gmail.com> wrote: > The sad part is not that windows uses a consistent type size across > architecture but that linux and gcc considers that a type could be > whatever the architecture uses. Hence why stdint.h was introduced and > should be used instead of the long/int. >
Find/replace "int" -> "int64_t". Problem solved. ;) ~Hannes