Determine if Windows engine is 32-bit or 64-bit?

Mark Waddingham mark at livecode.com
Mon Oct 7 10:47:29 EDT 2019


On 2019-10-07 15:41, Trevor DeVore via use-livecode wrote:
> With LiveCode 9.5 one can deploy 32-bit or 64bit Windows applications.
> While LiveCode Builder has an `architecture` function that can be used 
> to
> detect 64-bit, LiveCode Script does not. Does anybody have a function 
> for
> determine 64-bit vs. 32-bit architecture in LCS?

I think 'the processor' does what you want - well it does the same thing 
as
'the architecture' in LCB at least (it returns x86, x86_64, arm64, arm 
or js
depending on how the engine was compiled).

Warmest Regards,

Mark.

-- 
Mark Waddingham ~ mark at livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps




More information about the use-livecode mailing list