Question:
Hello,,,
How can i convert a const char * into a CkString? Regards.
Look at the "append" methods of CkString, see http://www.chilkatsoft.com/refdoc/vcCkStringRef.html
If the const char* is actually UTF-8, call CkString::put_utf8(true) first, see http://www.cknotes.com/?p=98