#HW_...
Posted: Sat May 23, 2020 9:58 pm
Hi,
If I run a script, a constant like #HW_WINDOWS is defined, but when I run the compiled applet, it is not.
When I compile it into an executable for Windows, #HW_WINDOWS is defined again, but when I do the same for Android, #HW_ANDROID is not defined here.
I could use the GetVersion() command in some cases, but I want to use the constants in an @IF command for other preprocessor commands like @DISPLAY.
Maybe I am missing something?
If I run a script, a constant like #HW_WINDOWS is defined, but when I run the compiled applet, it is not.
When I compile it into an executable for Windows, #HW_WINDOWS is defined again, but when I do the same for Android, #HW_ANDROID is not defined here.
I could use the GetVersion() command in some cases, but I want to use the constants in an @IF command for other preprocessor commands like @DISPLAY.
Maybe I am missing something?