Handling non-standard or unsupported keywords

From STRIDE Wiki
Revision as of 22:37, 10 March 2008 by Timd (talk | contribs)
Jump to navigation Jump to search

If an unrecognized keyword in your source file is preventing compilation in STRIDE, you can work around the issue by creating an explicit empty definition for the keyword within STRIDE Studio.

To create the definition, from the Studio menu, choose Tools/Settings, then choose the Compiler tab and add a preprocessor definition for the unrecognized keyword.

For example if the __inline__ keyword is missing or unsupported, you can work around it by adding '__inline__=' to the workspace definitions.