?win32
BlitzMax Forums/BlitzMax Programming/?win32| 
 | ||
| ?win32 Print "windows" ? Will this output "windows" on 64 bit versions of windows? Is there a "?win64"? thanks David | 
| 
 | ||
| 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. | 
| 
 | ||
| Great, thanks Gfk! |