How is a Native Mode app compiled?
Posted: 18 January 2008, 10:51 AM
How do you determine whether the ZBasic compiler should generate ZVM or C code? I couldn't find this in the documentation.
It seems like the target code could also be specified in the BAS source using a new Option called TargetCode or outside using a command line option to the compiler such as
The native mode code generator (compiler) could be a different backend or a totally different compiler executable.
If you wanted to have your source code generate both ZVM and native code, how do you specify that to the IDE? Are there 2 additional menu commands or some other method?
It seems like the target code could also be specified in the BAS source using a new Option called TargetCode or outside using a command line option to the compiler such as
Code: Select all
--target-code=<ZVM,Native>
If you wanted to have your source code generate both ZVM and native code, how do you specify that to the IDE? Are there 2 additional menu commands or some other method?