Handling non-standard or unsupported keywords: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|
(No difference)
|
Revision as of 15:11, 30 September 2008
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.