I have not found references to custom build options.
I want to have two different build options for one of my projects, which would include different code for the different options. What is the recommended way to go about it?
Thanks
I have not found references to custom build options.
I want to have two different build options for one of my projects, which would include different code for the different options. What is the recommended way to go about it?
Thanks
B4A v3.80 adds support for conditional compilation. From Wikipedia: In computer programming, conditional compilation is compilation implementing methods which allow the compiler to produce differences in the executable produced controlled by parameters that are provided during compilation...