http://bugs.winehq.org/show_bug.cgi?id=7024
kg6kvq@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-comctl32 |wine-misc
------- Additional Comments From kg6kvq@gmail.com 2007-04-01 01:06 ------- Testing various components shows that tabstrip is not at fault. MSFlexgrid is, the VB code:
MSFlexGrid1.AddItem "row1" & vbTab & "1" & vbTab & "comment1" & vbTab & usern1" MSFlexGrid1.AddItem "row2" & vbTab & "2" & vbTab & "comment2" & vbTab & "usern2" MSFlexGrid1.AddItem "row3" & vbTab & "3" & vbTab & "comment3" & vbTab & "usern3"
runs fine under windows, but crashes under wine. Attachment is a complied program that only creates a form with a flexgrid and attempts to add data to it.