?win32

BlitzMax Forums/BlitzMax Programming/?win32

DavidDC(Posted 2009) [#1]
?win32
Print "windows"
?


Will this output "windows" on 64 bit versions of windows? Is there a "?win64"?

thanks

David


GfK(Posted 2009) [#2]
Short answer: Yes.

Long answer: It refers to the exe, not the OS. Blitzmax only produces win32 apps even if you're compiling on a 64-bit system.


DavidDC(Posted 2009) [#3]
Great, thanks Gfk!