Re: Determing 32 or 64 bit
Posted: Tue Dec 17, 2013 5:36 pm
Is there a cross-platform way?
http://www.purebasic.com
https://www.purebasic.fr/english/
not at runtime. It doesnt check the OS this program is executed...RichardL wrote:Hi,
With the 32 bit compiler an integer variable is 4 bytes
With the 64 bit complier an integer variable is 8 bytes
So maybe Debug SizeOf(Integer) might provide a hint?
RichardL