To reproduce with plcncli 25.0.0.5997:
... results in the following error:
Keyword 'On' cannot be used as identifier in datatypeworksheet.
Why is "On" considered a keyword? As far as I am aware, this is not a keyword in C++.
Is there a complete list of keywords that cannot be used like this?
To reproduce with plcncli 25.0.0.5997:
Create a new project.
Add the following GDS port variable to the program .hpp file:
Assign a target to the project.
plcncli generate config... results in the following error:
Why is "On" considered a keyword? As far as I am aware, this is not a keyword in C++.
Is there a complete list of keywords that cannot be used like this?