Hello all,
I am trying to get data input from a line widget and use it in a .c file , is there a way to do it ? I am able to pass int data from .c file to cpp file and show it in the UI using extern"C"{c codes};
I tried using it with the C++ codes , but to no avail , there are plenty of errors.
Please Teach me a way to pass data from .cpp file to .c file Thank you