http://bugs.winehq.org/show_bug.cgi?id=4502
------- Additional Comments From a_villacis@palosanto.com 2006-06-02 18:11 ------- Created an attachment (id=1837) --> (http://bugs.winehq.org/attachment.cgi?id=1837&action=view) Test case which demostrates the bug
This is a sample VB project with compiled EXE, which triggers the bug. The app displays a form with a DTPicker and two buttons. Clicking on any one of the buttons is supposed to assign a date to the DTPicker (as shown in the source code), but instead a 'Type mismatch' error is displayed, and the application terminates. At the same time, the error message appears in the console.
Program requires MSVBVM60.DLL, not included because it makes sample too large to post.