thanks .
but my problem is:
strncpy( text, @O Φ, sizeof(text)-1 );
ProArrayAlloc (0, sizeof(ProLine), 1, (ProArray*)&p_texts);
ProStringToWstring(line,text);
ProArrayObjectAdd ((ProArray*)&p_texts, PRO_VALUE_
UNUSED, 1,text);
ProDimensionTextSet (dim, p_texts);
// I'd like to add Φ to my c application,then displaying it in drawing.
Any solutions?
model.