I’m facing “a simple” problem to convert traditional C++ string to XOD XString (or List<char>) thus emitValue can accept my string to be displayed. I’ve tried many ways but yet to get any solution:
This is the error message:
C:\Users\uum\AppData\Local\Temp\xod_temp_sketchbookT4JCBV\xod_1585878406923_sketch\xod_1585878406923_sketch.ino: In function ‘void xod::____trying_string_io::evaluate(xod::____trying_string_io::Context)’:
C:\Users\uum\AppData\Local\Temp\xod_temp_sketchbookT4JCBV\xod_1585878406923_sketch\xod_1585878406923_sketch.ino:1036:21: error: conversion from ‘const char [15]’ to non-scalar type ‘xod::XString {aka xod::List}’ requested
Any help is really appreciated.