Steven Edwards <[EMAIL PROTECTED]> writes: > I am interested in improving debugging for dlls built with either Mingw or MS_VC if > that is ever > fixed. We are to the point now where a lot of needed dlls can be built with little > or no changes > and so I would like to start doing some major testing on Windows and ReactOS but I > am unable to > see TRACE/WARN/ERR and FIXME messages. Can we make libwine debug channels use > OutputDebugString or > one of the *printf functions or hell even MessageBox on Windows?
The default implementation in libwine is doing a printf to stderr. Why doesn't this work for you? -- Alexandre Julliard [EMAIL PROTECTED]