http://bugs.winehq.org/show_bug.cgi?id=4370 ------- Additional Comments From dank(a)kegel.com 2006-14-03 15:41 ------- Robert Sherman said in http://www.winehq.org/pipermail/wine-devel/2006-March/045564.html "The fix is to do the following in the conversion loop in ITypeInfo::Invoke: if (rgvt[i] == VT_VARIANT) VariantCopy(&rgvarg[i], src_arg); else if ((rgvt[i] & VT_BYREF) && !V_ISBYREF(src_arg)) ... I don't have time to put this into patch form and test it, but hopefully someone else will." If anyone does this, please also add a conformance test that demonstrates the bug. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.