XmTextSetStringWcs() question

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

1 post / 0 new
XmTextSetStringWcs() question

Submitted by Anonymous on Wed, 10/18/2000 - 03:50.

In Multi-byte language environment, Do I have to use ..Wcs() function?

At the early version(HP-UX Motif1.2), I didn`t have to use that, but openMotif occur Memory fault when I using XmTextSetString()!

If I have to use ..Wcs() function, how can`t I manipulate general character type array just like (char *) to (wchar_t *)?

Help me! someone.