Thread: azone2 question
View Single Post
  #6  
Old 01-29-2012, 02:44 AM
Harcourt
Sarnak
 
Join Date: Jul 2011
Posts: 33
Default

The output:
sizeof 24 8
offset 8 16

My understanding of the C++ standard was that unsigned long is always 32 bits. If you want a 64-bit integer use "long long" or "unsigned long long". But that does not appear to be the case anymore.

In any event, I'll change the headers to use uint32 and see if that helps. At best a nitpick since I can run it as a 32-bit application. But I spent enough time looking into this, so I might as well track down the source of the problem.
Reply With Quote