Hello Manfred,
I had already read the article, but I can't really make sense of it.
My explanation step by step:
1. I have a text field where you can write something
2. The string from the text is transferred to Device::Device.TestCheck when you press the "Save" Button
3. In my C code I have a variable char -> char TestCheck[];
4. Now the text of my text field should be written in Device::Device.TestCheck and then passed to my C code through the external variable
OnSetTestCheck:
5. After the variable in c contains the text, the text should be output from the console
But no matter what I try, there are only strange signs or nothing
The output in my console when i press finish:
Best regards
Justin