Hello,
I'd like to pass a string to the method EwPrint, the idea is to format the string in EW , then passed the string via a native statement to the function EwPrint.
I get an error when compiling in GCC that the method EwPrint wants a const char* but gets a Xstring.
I assume the conversion is not automatic. How to handle that?
thanks