blackberry - Preprocessor directives supported by the RIM compiler -
This is not really documented clearly, but a shallow search reveals that the RAPC < / Strong> compiler supports
We are using simple #ifdef , #else , and #endif Instructions for some time now, a code base with a platform 4.1 to 4.7 is almost impossible without them, but recently I wonder if there are other supported instructions which are quite well Rlekit are not; For example, there are something similar to the C #alif , or even original assignment instructions? There is a complete list of commands for RAPC preprocessor here. Preprocessor is not very strong, but on purpose is.
// # preprocess - To specify that the file should be pre-processed. This should be the first row of the file.
// # Underlying tags - this file should be on the second line. If the tag is part of the command line, then the whole file must be compiled. If not, then it should be excluded.
Then // # ifdef tag ... #sese ... #endif and // # ifndef tags ... #Ilss ... #Dendiff < / Strong> You have mentioned the instructions.
Also note that there is no nest of preprocessed blocks and there is no macro.
RIM Help Center Doctor:
Comments
Post a Comment