[Bug 8936] openCanvas does not start properly
22 Dec
2007
22 Dec
'07
8:42 a.m.
http://bugs.winehq.org/show_bug.cgi?id=8936 --- Comment #25 from Alex Balut <alexandru.balut(a)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.
6651
Age (days ago)
6651
Last active (days ago)
0 comments
1 participants
participants (1)
-
wine-bugs@winehq.org