Thread
:
64 bit binary file - reading specific bits
View Single Post
xpi0t0s
Mentor
15Dec2008,16:43
yep, so when reading a file created on a 32-bit system in a 64-bit system, either you have to use different structs to read the data then copy it to a struct apparms for normal processing, or you need to create a separate file conversion utility.