http://bugs.winehq.org/show_bug.cgi?id=7641
------- Additional Comments From thestig@google.com 2007-06-03 18:00 ------- Well, I wrote a barebone program that just creates a date time picker control. If I remove the InitCommonControlsEx() call, the program will crash on Windows XP.
So I tried something else: call InitCommonControls() instead. On Windows XP, the barebone program runs just fine, but on Wine, I get the error message you initially described. Could this be what's happening?