When deploying code to multiple users with slightly different requirements, it would be useful to have conditional disable symbols available in the compiler to allow creation of multiple versions of the same code. For example, I may have a conditional disable that allows me to change the title of the main program window or loads a different spalsh graphic.
I may also want to have a 'lite' version or a simulation version of code for demonstration purposes, but both rely on the same fully functional code base. Presently, I have to change the conditional disable symbol value in the project and resave everytime I want to create a different version of the same software (with a different feature set).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.