http://bugs.winehq.org/show_bug.cgi?id=3934
Summary: LISTVIEW_SetColumnWidth when size=0 terminates program Product: Wine Version: 0.9.1. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: andrew7webb@comcast.net
If a ListView window is of 0,0 size when LISTVIEW_SetColumnWidth is called on the last column, the program outputs "Error 87" and exits.
If however, the size is set to say 200,200, then the program functions.
I include the Linux executable in a failure mode, and the source.
If you want to rebuild the source, you need the latest SmartWin++ source: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartwin login cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartwin checkout SmartWin