Question about improving debugging on Mingw build

2003-07-09 Thread Steven Edwards
Hello, 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

Re: Question about improving debugging on Mingw build

2003-07-09 Thread Alexandre Julliard
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

Re: Question about improving debugging on Mingw build

2003-07-09 Thread Steven Edwards
The default implementation in libwine is doing a printf to stderr. Why doesn't this work for you? The last time I tested I couldnt get anything to work but now FIXME and ERROR do. I guess maybe I did something wrong the last time I tried to test. Are the TRACE and WARN messages only for

Re: Question about improving debugging on Mingw build

2003-07-09 Thread Alexandre Julliard
Steven Edwards [EMAIL PROTECTED] writes: The last time I tested I couldnt get anything to work but now FIXME and ERROR do. I guess maybe I did something wrong the last time I tried to test. Are the TRACE and WARN messages only for WINEserver? Those still dont show up for me. They are off