compilation error while trying :
CGString digits("0123456789")
success after using '=' operator:
CGString digits;
digits = ("0123456789");
either we use the second construction or an additional
constructor in CGStringSync class is needed
error occurs in STELConfiguration.cc in lines:
511 and 566