Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Creating Client Code | Building a C/C++ Client | Limitations when Generating C/C++ Client Code
 
Limitations when Generating C/C++ Client Code
*When Designer generates C/C++ client code, it ignores input or output variables that are of type Object or Object list. Designer does not generate client code for these variables.
*When Designer generates C/C++ client code, it replaces any space in a variable name with an underscore.
*The generated C/C++ client code does not support multiple input or output variables with the same name.
If you want to override these limitations, you will need to modify the client code that Designer generates.