Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Windows
Description
- In the generated C-code, const is not used for some string arguments, where one would expect this. This leads to unnecessary casts in user-code.
- The calling convention of the generated C-code is different for different functions in the same file (can lead to problems with some development tools).
I will attach a patch.