http://bugs.winehq.org/show_bug.cgi?id=4502
------- Additional Comments From a_villacis@palosanto.com 2006-13-03 12:08 ------- Created an attachment (id=2046) --> (http://bugs.winehq.org/attachment.cgi?id=2046&action=view) Debug log for failing execution of ITypeInfo::Invoke
This is the debug log for the execution of ITypeInfo::Invoke, which fails for the Property Put of the DatePicker control. The base cause of failure is the (unsupported) attempt to corerce a VT_DATE variant into a VT_VARIANT. This coertion seems to be unsupported in native, too.