Structures 64-bit vs 32-bit
Posted: Sun Dec 22, 2013 1:00 am
Hi All,
I have a structure.
Structure Prefs
Header.s{30}
FileName.s{60}
ProgramName.s{100}
Resize.i
FullScreen.i
EndStructure
How can I make this structure compatible with x86 and x64? When I save the structure to disk they are not the same size, the x64 is larger.
Thanks
I have a structure.
Structure Prefs
Header.s{30}
FileName.s{60}
ProgramName.s{100}
Resize.i
FullScreen.i
EndStructure
How can I make this structure compatible with x86 and x64? When I save the structure to disk they are not the same size, the x64 is larger.
Thanks