http://bugs.winehq.org/show_bug.cgi?id=8314
------- Additional Comments From emwine@earthlink.net 2007-08-05 00:54 ------- I built the .EXE from source and added a log in ConsoleWndProc() from the same file as the in the bugreport. I added it right underneath "case WM_INITDIALOG". In windows, only one entry is generated. In wine, two are generated. If I comment out the SendMessage(), then in windows, no entry is generated (with no window created either, but no crash), and in wine it works properly.
I don't have a test case because, frankly, I don't get how calling CreateDialog() should work at all with those arguments. heh.
Probably irrelevant, but I used MSVC 6.0. "nmake /f msvc.mak" in the winboard source directory.