Hi,
const char *title = props.Get("interface.language.translation");
But this causes a compiling error saying that cannot change type const char*
into SString. I am not good at C programming and cannot figure out how this
conversion can be done. Any hints/suggestions are welcomed. Thanks.
SString title = props.Get(...)
and
title.c_str() returns a const char*, or maybe just a char*; either way
you can work with it.
-Mitchell;
instanton
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest