17 Mar
2003
17 Mar
'03
4:31 a.m.
Lionel Ulmer <lionel.ulmer(a)free.fr> 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 julliard(a)winehq.com