Handling non-standard or unsupported keywords

From STRIDE Wiki
Revision as of 00:46, 14 September 2008 by Ivailop (talk | contribs)
Jump to: navigation, 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 Workspace/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.