|
|
print "This is the mainwin" !CIRCLE 400,400,100
|
|
if isWin64() then print "64-bit Windows" else print "32-bit Windows" end if end function isWin64() struct p64, yes as long calldll #kernel32, "IsWow64Process", _ -1 as long, p64 as struct, r as long isWin64 = p64.yes.struct end function