[Bug 8936] openCanvas does not start properly

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Dec 22 02:42:08 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=8936





--- Comment #25 from Alex Balut <alexandru.balut at gmail.com>  2007-12-22 02:42:07 ---
(In reply to comment #24)
> Just noticed an example posted at
> http://winehq.org/site/docs/winedev-guide/dbg-notes. Is that one safe to use?

It seems so, it supports strings of max 200 chars at the moment, have a look in
libs/wine/debug.c. (I would not use it, though.)

You could also make this change in DUMPCONTEXT, instead of doing:
sprintf(s, "...", v)
TRACE("context: %s\n", s)

it's better to use just:
TRACE("context: ...\n", v)


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list