Lionel Ulmer <[EMAIL PROTECTED]> writes:

> If now something like that is present in the debug tools, I would be more
> than happy to change all that (when I find time as I'm pretty short of it
> lately). Of course, if this is already documented how to do it, tell me to
> RTFM :-)

There is wine_dbg_sprintf(). You can either use it directly, or if
more convenient build the string into a stack buffer and then use
wine_dbg_sprintf("%s") to copy it to the per-thread string buffer.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to