print 16-bit WCHAR

Robert Shearman R.J.Shearman at warwick.ac.uk
Sat Mar 20 20:22:29 CST 2004


Gibtsnich Gibtsauchnich wrote:
>
> Hello!
> I was wondering if there is any way to use a 16-bit-unicode-string with
> wine's TRACE, ERR or FIXME.

Yes, you can use "debugstr_w(unicode_string)", which will return the Unicode
string formatted so that it will display as an ANSI string. See
include/wine/debug.h for more debug printing functions.

Rob





More information about the wine-devel mailing list